Action not permitted
Modal body text goes here.
cve-2024-34064
Vulnerability from cvelistv5
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:palletsprojects:jinja:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "jinja", "vendor": "palletsprojects", "versions": [ { "lessThan": "3.1.4", "status": "affected", "version": "0", "versionType": "semver" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-34064", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-05-09T17:53:36.420762Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-06-04T17:41:16.041Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T02:42:59.945Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" }, { "name": "https://github.com/pallets/jinja/commit/0668239dc6b44ef38e7a6c9f91f312fd4ca581cb", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/pallets/jinja/commit/0668239dc6b44ef38e7a6c9f91f312fd4ca581cb" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SSCBHIL6BYKR5NRCBXP4XMP2CEEKGFVS/" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GCLF44KY43BSVMTE6S53B4V5WP3FRRSE/" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZALNWE3TXPPHVPSI3AZ5CTMSTAVN5UMS/" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/567XIGSZMABG6TSMYWD7MIYNJSUQQRUC/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "jinja", "vendor": "pallets", "versions": [ { "status": "affected", "version": "\u003c 3.1.4" } ] } ], "descriptions": [ { "lang": "en", "value": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-79", "description": "CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-05-06T14:41:39.912Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" }, { "name": "https://github.com/pallets/jinja/commit/0668239dc6b44ef38e7a6c9f91f312fd4ca581cb", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/pallets/jinja/commit/0668239dc6b44ef38e7a6c9f91f312fd4ca581cb" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SSCBHIL6BYKR5NRCBXP4XMP2CEEKGFVS/" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GCLF44KY43BSVMTE6S53B4V5WP3FRRSE/" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZALNWE3TXPPHVPSI3AZ5CTMSTAVN5UMS/" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/567XIGSZMABG6TSMYWD7MIYNJSUQQRUC/" } ], "source": { "advisory": "GHSA-h75v-3vvj-5mfj", "discovery": "UNKNOWN" }, "title": "Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-34064", "datePublished": "2024-05-06T14:41:39.912Z", "dateReserved": "2024-04-30T06:56:33.380Z", "dateUpdated": "2024-08-02T02:42:59.945Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-34064\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-05-06T15:15:23.803\",\"lastModified\":\"2024-06-10T18:15:34.583\",\"vulnStatus\":\"Awaiting Analysis\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.\"},{\"lang\":\"es\",\"value\":\"Jinja es un motor de plantillas extensible. El filtro `xmlattr` en las versiones afectadas de Jinja acepta claves que contienen caracteres que no son de atributo. Los atributos XML/HTML no pueden contener espacios, `/`, `\u0026gt;` o `=`, ya que cada uno se interpretar\u00eda como el inicio de un atributo independiente. Si una aplicaci\u00f3n acepta claves (en lugar de solo valores) como entrada del usuario y las muestra en p\u00e1ginas que otros usuarios tambi\u00e9n ven, un atacante podr\u00eda usar esto para inyectar otros atributos y realizar XSS. La soluci\u00f3n para CVE-2024-22195 solo abordaba los espacios, pero no otros caracteres. Aceptar claves como entrada del usuario ahora se considera expl\u00edcitamente un caso de uso no intencionado del filtro `xmlattr`, y el c\u00f3digo que lo hace sin validar la entrada debe marcarse como inseguro, independientemente de la versi\u00f3n de Jinja. Aceptar _valores_ como entrada del usuario sigue siendo seguro. Esta vulnerabilidad se soluciona en 3.1.4.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":2.8,\"impactScore\":2.5}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-79\"}]}],\"references\":[{\"url\":\"https://github.com/pallets/jinja/commit/0668239dc6b44ef38e7a6c9f91f312fd4ca581cb\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/567XIGSZMABG6TSMYWD7MIYNJSUQQRUC/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GCLF44KY43BSVMTE6S53B4V5WP3FRRSE/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SSCBHIL6BYKR5NRCBXP4XMP2CEEKGFVS/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZALNWE3TXPPHVPSI3AZ5CTMSTAVN5UMS/\",\"source\":\"security-advisories@github.com\"}]}}" } }
rhsa-2024_4958
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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.25 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.15.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.25. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2024:4955\n\nSecurity Fix(es):\n\n* jinja2: accepts keys containing non-attribute characters (CVE-2024-34064)\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.openshift.com/container-platform/4.15/updating/updating_a_cluster/updating-cluster-cli.html", "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-2024:4958", "url": "https://access.redhat.com/errata/RHSA-2024:4958" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4958.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.25 packages and security update", "tracking": { "current_release_date": "2024-11-06T06:35:21+00:00", "generator": { "date": "2024-11-06T06:35:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:4958", "initial_release_date": "2024-08-07T02:08:02+00:00", "revision_history": [ { "date": "2024-08-07T02:08:02+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-07T02:08:02+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:35:21+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": "8Base-RHOSE-4.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.15::el8" } } }, { "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": "Ironic content for Red Hat OpenShift Container Platform 4.15", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-IRONIC-4.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.15::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.src", "product": { "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.src", "product_id": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.8-3.rhaos4.15.gita511a66.el8?arch=src" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.77.1.el9_2.src", "product": { "name": "kernel-0:5.14.0-284.77.1.el9_2.src", "product_id": "kernel-0:5.14.0-284.77.1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.77.1.el9_2?arch=src" } } }, { "category": "product_version", "name": "kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.src", "product": { "name": "kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.src", "product_id": "kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.77.1.rt14.362.el9_2?arch=src" } } }, { "category": "product_version", "name": "python-jinja2-0:3.0.1-3.el9.1.src", "product": { "name": "python-jinja2-0:3.0.1-3.el9.1.src", "product_id": "python-jinja2-0:3.0.1-3.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.0.1-3.el9.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "product": { "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "product_id": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.8-3.rhaos4.15.gita511a66.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "product_id": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.8-3.rhaos4.15.gita511a66.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.8-3.rhaos4.15.gita511a66.el8?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.77.1.el9_2.x86_64", "product": { "name": "bpftool-0:7.0.0-284.77.1.el9_2.x86_64", "product_id": "bpftool-0:7.0.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-core-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-core-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-debug-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-debug-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-debug-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-debug-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-devel-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-devel-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-headers-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-headers-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-modules-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-modules-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-tools-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-tools-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "perf-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "perf-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "python3-perf-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "python3-perf-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "rtla-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "rtla-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.x86_64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.x86_64", "product_id": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.77.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-debug-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-debug-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-debug-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-debug-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-debug-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-debug-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-debug-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-debug-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-selftests-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-selftests-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-selftests-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.77.1.rt14.362.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "product": { "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "product_id": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.8-3.rhaos4.15.gita511a66.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "product_id": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.8-3.rhaos4.15.gita511a66.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.8-3.rhaos4.15.gita511a66.el8?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.77.1.el9_2.aarch64", "product": { "name": "bpftool-0:7.0.0-284.77.1.el9_2.aarch64", "product_id": "bpftool-0:7.0.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-core-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-debug-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-modules-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-debug-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-debug-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-headers-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-headers-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-modules-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-modules-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-tools-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-tools-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "perf-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "perf-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "python3-perf-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "python3-perf-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "rtla-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "rtla-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.aarch64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.aarch64", "product_id": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-64k-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-64k-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.77.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.77.1.el9_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "product": { "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "product_id": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.8-3.rhaos4.15.gita511a66.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.8-3.rhaos4.15.gita511a66.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.8-3.rhaos4.15.gita511a66.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.77.1.el9_2.ppc64le", "product": { "name": "bpftool-0:7.0.0-284.77.1.el9_2.ppc64le", "product_id": "bpftool-0:7.0.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-core-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-core-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-debug-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-debug-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-tools-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-tools-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "perf-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "perf-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "python3-perf-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "python3-perf-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "rtla-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "rtla-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.ppc64le", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.ppc64le", "product_id": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.77.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product_id": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.77.1.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "product": { "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "product_id": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.28.8-3.rhaos4.15.gita511a66.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "product_id": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.28.8-3.rhaos4.15.gita511a66.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "product_id": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.28.8-3.rhaos4.15.gita511a66.el8?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.77.1.el9_2.s390x", "product": { "name": "bpftool-0:7.0.0-284.77.1.el9_2.s390x", "product_id": "bpftool-0:7.0.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-core-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-core-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-debug-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-debug-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-devel-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-devel-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-headers-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-headers-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-modules-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-modules-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-tools-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-tools-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-zfcpdump-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-core-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-zfcpdump-core-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "perf-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "perf-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "python3-perf-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "python3-perf-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "rtla-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "rtla-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.s390x", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.s390x", "product_id": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.77.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product_id": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.77.1.el9_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-stablelists-0:5.14.0-284.77.1.el9_2.noarch", "product": { "name": "kernel-abi-stablelists-0:5.14.0-284.77.1.el9_2.noarch", "product_id": "kernel-abi-stablelists-0:5.14.0-284.77.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.77.1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:5.14.0-284.77.1.el9_2.noarch", "product": { "name": "kernel-doc-0:5.14.0-284.77.1.el9_2.noarch", "product_id": "kernel-doc-0:5.14.0-284.77.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.77.1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "product": { "name": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "product_id": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.0.1-3.el9.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64" }, "product_reference": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le" }, "product_reference": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x" }, "product_reference": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.src as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.src" }, "product_reference": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64" }, "product_reference": "cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.aarch64" }, "product_reference": "bpftool-0:7.0.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.ppc64le" }, "product_reference": "bpftool-0:7.0.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.s390x" }, "product_reference": "bpftool-0:7.0.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.x86_64" }, "product_reference": "bpftool-0:7.0.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.s390x" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.77.1.el9_2.src as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.src" }, "product_reference": "kernel-0:5.14.0-284.77.1.el9_2.src", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-core-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-core-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-core-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-stablelists-0:5.14.0-284.77.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.77.1.el9_2.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-284.77.1.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-core-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-core-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-core-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-debug-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-devel-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:5.14.0-284.77.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.77.1.el9_2.noarch" }, "product_reference": "kernel-doc-0:5.14.0-284.77.1.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-headers-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-modules-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.src as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.src" }, "product_reference": "kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.src", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-selftests-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64" }, "product_reference": "kernel-rt-selftests-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-tools-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-core-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "perf-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "perf-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "perf-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "perf-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "python3-perf-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "python3-perf-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "python3-perf-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.77.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.aarch64" }, "product_reference": "rtla-0:5.14.0-284.77.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.77.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.ppc64le" }, "product_reference": "rtla-0:5.14.0-284.77.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.77.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.s390x" }, "product_reference": "rtla-0:5.14.0-284.77.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.77.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.x86_64" }, "product_reference": "rtla-0:5.14.0-284.77.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.0.1-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-IRONIC-4.15:python-jinja2-0:3.0.1-3.el9.1.src" }, "product_reference": "python-jinja2-0:3.0.1-3.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.0.1-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-IRONIC-4.15:python3-jinja2-0:3.0.1-3.el9.1.noarch" }, "product_reference": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.src", "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.src", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.77.1.el9_2.noarch", "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.77.1.el9_2.noarch", "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.src", "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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-IRONIC-4.15:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.15:python3-jinja2-0:3.0.1-3.el9.1.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.src", "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.src", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.77.1.el9_2.noarch", "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.77.1.el9_2.noarch", "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.src", "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-07T02:08:02+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.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.15:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.15:python3-jinja2-0:3.0.1-3.el9.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4958" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.src", "8Base-RHOSE-4.15:cri-o-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.aarch64", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.ppc64le", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.s390x", "8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.8-3.rhaos4.15.gita511a66.el8.x86_64", "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:bpftool-0:7.0.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.src", "9Base-RHOSE-4.15:kernel-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.77.1.el9_2.noarch", "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-cross-headers-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.77.1.el9_2.noarch", "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-headers-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.src", "9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.77.1.rt14.362.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:perf-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.aarch64", "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.ppc64le", "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.s390x", "9Base-RHOSE-4.15:rtla-0:5.14.0-284.77.1.el9_2.x86_64", "9Base-RHOSE-IRONIC-4.15:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.15:python3-jinja2-0:3.0.1-3.el9.1.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "9Base-RHOSE-IRONIC-4.15:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.15:python3-jinja2-0:3.0.1-3.el9.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" } ] }
rhsa-2024_4231
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 Moderate. 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 python-jinja2 package contains Jinja2, a template engine written in pure Python. Jinja2 provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. \n\nSecurity Fix(es):\n\n* jinja2: accepts keys containing non-attribute characters (CVE-2024-34064)\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-2024:4231", "url": "https://access.redhat.com/errata/RHSA-2024:4231" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4231.json" } ], "title": "Red Hat Security Advisory: python-jinja2 security update", "tracking": { "current_release_date": "2024-11-06T06:16:30+00:00", "generator": { "date": "2024-11-06T06:16:30+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:4231", "initial_release_date": "2024-07-02T15:30:01+00:00", "revision_history": [ { "date": "2024-07-02T15:30:01+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-02T15:30:02+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:16:30+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-5.el8_10.src", "product": { "name": "python-jinja2-0:2.10.1-5.el8_10.src", "product_id": "python-jinja2-0:2.10.1-5.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@2.10.1-5.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:2.10.1-5.el8_10.noarch", "product": { "name": "python3-jinja2-0:2.10.1-5.el8_10.noarch", "product_id": "python3-jinja2-0:2.10.1-5.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@2.10.1-5.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-5.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-5.el8_10.src" }, "product_reference": "python-jinja2-0:2.10.1-5.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-5.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-5.el8_10.noarch" }, "product_reference": "python3-jinja2-0:2.10.1-5.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-jinja2-0:2.10.1-5.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-02T15:30:01+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-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-jinja2-0:2.10.1-5.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4231" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "AppStream-8.10.0.Z.MAIN.EUS:python-jinja2-0:2.10.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-jinja2-0:2.10.1-5.el8_10.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python-jinja2-0:2.10.1-5.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-jinja2-0:2.10.1-5.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" } ] }
rhsa-2024_4616
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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.4 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.16.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.4. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2024:4613\n\nSecurity Fix(es):\n\n* golang: net: malformed DNS message can cause infinite loop\n(CVE-2024-24788)\n* jinja2: accepts keys containing non-attribute characters (CVE-2024-34064)\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.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html", "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-2024:4616", "url": "https://access.redhat.com/errata/RHSA-2024:4616" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "2279814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4616.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.4 packages and security update", "tracking": { "current_release_date": "2024-11-06T08:37:30+00:00", "generator": { "date": "2024-11-06T08:37:30+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:4616", "initial_release_date": "2024-07-24T19:12:22+00:00", "revision_history": [ { "date": "2024-07-24T19:12:22+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-24T19:12:22+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T08:37:30+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Ironic content for Red Hat OpenShift Container Platform 4.16", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-IRONIC-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.16::el9" } } }, { "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_name", "name": "Red Hat OpenShift Container Platform 4.16", "product": { "name": "Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.16::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "python-jinja2-0:3.0.1-3.el9.1.src", "product": { "name": "python-jinja2-0:3.0.1-3.el9.1.src", "product_id": "python-jinja2-0:3.0.1-3.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.0.1-3.el9.1?arch=src" } } }, { "category": "product_version", "name": "containers-common-3:1-78.rhaos4.16.el9.src", "product": { "name": "containers-common-3:1-78.rhaos4.16.el9.src", "product_id": "containers-common-3:1-78.rhaos4.16.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-78.rhaos4.16.el9?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.src", "product": { "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.src", "product_id": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.15.0-16.gitd5383c5.el9?arch=src" } } }, { "category": "product_version", "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.src", "product": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.src", "product_id": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202407111006.p0.gfa84651.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.src", "product": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.src", "product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.src", "product": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.src", "product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202407120242.p0.g0e95532.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.src", "product": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.src", "product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202407120242.p0.g26b43df.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.src", "product": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.src", "product_id": "skopeo-2:1.14.5-1.rhaos4.16.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.5-1.rhaos4.16.el9?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-4:4.9.4-7.rhaos4.16.el9.src", "product": { "name": "podman-4:4.9.4-7.rhaos4.16.el9.src", "product_id": "podman-4:4.9.4-7.rhaos4.16.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-7.rhaos4.16.el9?arch=src\u0026epoch=4" } } }, { "category": "product_version", "name": "containers-common-3:1-78.rhaos4.16.el8.src", "product": { "name": "containers-common-3:1-78.rhaos4.16.el8.src", "product_id": "containers-common-3:1-78.rhaos4.16.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-78.rhaos4.16.el8?arch=src\u0026epoch=3" } } }, { "category": "product_version", "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.src", "product": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.src", "product_id": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202407111006.p0.gfa84651.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.src", "product": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.src", "product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.src", "product": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.src", "product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202407120242.p0.g0e95532.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.src", "product": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.src", "product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202407120242.p0.g26b43df.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.src", "product": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.src", "product_id": "skopeo-2:1.14.5-1.rhaos4.16.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.5-1.rhaos4.16.el8?arch=src\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-4:4.9.4-7.rhaos4.16.el8.src", "product": { "name": "podman-4:4.9.4-7.rhaos4.16.el8.src", "product_id": "podman-4:4.9.4-7.rhaos4.16.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-7.rhaos4.16.el8?arch=src\u0026epoch=4" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "product": { "name": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "product_id": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.0.1-3.el9.1?arch=noarch" } } }, { "category": "product_version", "name": "podman-docker-4:4.9.4-7.rhaos4.16.el9.noarch", "product": { "name": "podman-docker-4:4.9.4-7.rhaos4.16.el9.noarch", "product_id": "podman-docker-4:4.9.4-7.rhaos4.16.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.9.4-7.rhaos4.16.el9?arch=noarch\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-docker-4:4.9.4-7.rhaos4.16.el8.noarch", "product": { "name": "podman-docker-4:4.9.4-7.rhaos4.16.el8.noarch", "product_id": "podman-docker-4:4.9.4-7.rhaos4.16.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.9.4-7.rhaos4.16.el8?arch=noarch\u0026epoch=4" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "containers-common-3:1-78.rhaos4.16.el9.x86_64", "product": { "name": "containers-common-3:1-78.rhaos4.16.el9.x86_64", "product_id": "containers-common-3:1-78.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-78.rhaos4.16.el9?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "product": { "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "product_id": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.15.0-16.gitd5383c5.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "product": { "name": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "product_id": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-prometheus-promu@0.15.0-16.gitd5383c5.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "product_id": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202407111006.p0.gfa84651.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "product_id": "openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.16.0-202407111006.p0.gfa84651.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.x86_64", "product": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.x86_64", "product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.x86_64", "product": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.x86_64", "product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202407120242.p0.g0e95532.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.x86_64", "product": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.x86_64", "product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202407120242.p0.g26b43df.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.x86_64", "product": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.x86_64", "product_id": "skopeo-2:1.14.5-1.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.5-1.rhaos4.16.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.x86_64", "product": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.x86_64", "product_id": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-1.rhaos4.16.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.x86_64", "product": { "name": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.x86_64", "product_id": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.5-1.rhaos4.16.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.x86_64", "product": { "name": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.x86_64", "product_id": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.5-1.rhaos4.16.el9?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-4:4.9.4-7.rhaos4.16.el9.x86_64", "product": { "name": "podman-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_id": "podman-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-7.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.x86_64", "product": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_id": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-7.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-7.rhaos4.16.el9.x86_64", "product": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_id": "podman-remote-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-7.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-7.rhaos4.16.el9.x86_64", "product": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_id": "podman-tests-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-7.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.x86_64", "product": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_id": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-7.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "product": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_id": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-7.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_id": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-7.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "product": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_id": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-7.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "containers-common-3:1-78.rhaos4.16.el8.x86_64", "product": { "name": "containers-common-3:1-78.rhaos4.16.el8.x86_64", "product_id": "containers-common-3:1-78.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-78.rhaos4.16.el8?arch=x86_64\u0026epoch=3" } } }, { "category": "product_version", "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "product_id": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202407111006.p0.gfa84651.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "product": { "name": "openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "product_id": "openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.16.0-202407111006.p0.gfa84651.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.x86_64", "product": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.x86_64", "product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.x86_64", "product": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.x86_64", "product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202407120242.p0.g0e95532.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.x86_64", "product": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.x86_64", "product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202407120242.p0.g26b43df.assembly.stream.el8?arch=x86_64" } } }, { "category": "product_version", "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.x86_64", "product": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.x86_64", "product_id": "skopeo-2:1.14.5-1.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.5-1.rhaos4.16.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.x86_64", "product": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.x86_64", "product_id": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-1.rhaos4.16.el8?arch=x86_64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-4:4.9.4-7.rhaos4.16.el8.x86_64", "product": { "name": "podman-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_id": "podman-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-7.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.x86_64", "product": { "name": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_id": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-7.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.x86_64", "product": { "name": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_id": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-7.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.x86_64", "product": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_id": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-7.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-7.rhaos4.16.el8.x86_64", "product": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_id": "podman-remote-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-7.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-7.rhaos4.16.el8.x86_64", "product": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_id": "podman-tests-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-7.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.x86_64", "product": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_id": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-7.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product": { "name": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_id": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-7.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_id": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-7.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product": { "name": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_id": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-7.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_id": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-7.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_id": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-7.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "containers-common-3:1-78.rhaos4.16.el9.aarch64", "product": { "name": "containers-common-3:1-78.rhaos4.16.el9.aarch64", "product_id": "containers-common-3:1-78.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-78.rhaos4.16.el9?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "product": { "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "product_id": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.15.0-16.gitd5383c5.el9?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "product": { "name": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "product_id": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-prometheus-promu@0.15.0-16.gitd5383c5.el9?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.aarch64", "product": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.aarch64", "product_id": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202407111006.p0.gfa84651.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.aarch64", "product": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.aarch64", "product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.aarch64", "product": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.aarch64", "product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202407120242.p0.g0e95532.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.aarch64", "product": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.aarch64", "product_id": "skopeo-2:1.14.5-1.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.5-1.rhaos4.16.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.aarch64", "product": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.aarch64", "product_id": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-1.rhaos4.16.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.aarch64", "product": { "name": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.aarch64", "product_id": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.5-1.rhaos4.16.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.aarch64", "product": { "name": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.aarch64", "product_id": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.5-1.rhaos4.16.el9?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-4:4.9.4-7.rhaos4.16.el9.aarch64", "product": { "name": "podman-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_id": "podman-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-7.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.aarch64", "product": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_id": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-7.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-7.rhaos4.16.el9.aarch64", "product": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_id": "podman-remote-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-7.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-7.rhaos4.16.el9.aarch64", "product": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_id": "podman-tests-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-7.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.aarch64", "product": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_id": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-7.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "product": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_id": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-7.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_id": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-7.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "product": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_id": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-7.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "containers-common-3:1-78.rhaos4.16.el8.aarch64", "product": { "name": "containers-common-3:1-78.rhaos4.16.el8.aarch64", "product_id": "containers-common-3:1-78.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-78.rhaos4.16.el8?arch=aarch64\u0026epoch=3" } } }, { "category": "product_version", "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.aarch64", "product": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.aarch64", "product_id": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202407111006.p0.gfa84651.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.aarch64", "product": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.aarch64", "product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.aarch64", "product": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.aarch64", "product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202407120242.p0.g0e95532.assembly.stream.el8?arch=aarch64" } } }, { "category": "product_version", "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.aarch64", "product": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.aarch64", "product_id": "skopeo-2:1.14.5-1.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.5-1.rhaos4.16.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.aarch64", "product": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.aarch64", "product_id": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-1.rhaos4.16.el8?arch=aarch64\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-4:4.9.4-7.rhaos4.16.el8.aarch64", "product": { "name": "podman-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_id": "podman-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-7.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.aarch64", "product": { "name": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_id": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-7.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.aarch64", "product": { "name": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_id": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-7.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.aarch64", "product": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_id": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-7.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-7.rhaos4.16.el8.aarch64", "product": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_id": "podman-remote-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-7.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-7.rhaos4.16.el8.aarch64", "product": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_id": "podman-tests-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-7.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.aarch64", "product": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_id": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-7.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product": { "name": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_id": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-7.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_id": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-7.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product": { "name": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_id": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-7.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_id": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-7.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_id": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-7.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "containers-common-3:1-78.rhaos4.16.el9.ppc64le", "product": { "name": "containers-common-3:1-78.rhaos4.16.el9.ppc64le", "product_id": "containers-common-3:1-78.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-78.rhaos4.16.el9?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "product": { "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "product_id": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.15.0-16.gitd5383c5.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "product": { "name": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "product_id": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-prometheus-promu@0.15.0-16.gitd5383c5.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.ppc64le", "product": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.ppc64le", "product_id": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202407111006.p0.gfa84651.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.ppc64le", "product": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.ppc64le", "product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.ppc64le", "product": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.ppc64le", "product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202407120242.p0.g0e95532.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.ppc64le", "product": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.ppc64le", "product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202407120242.p0.g26b43df.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "product": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "product_id": "skopeo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.5-1.rhaos4.16.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.ppc64le", "product": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.ppc64le", "product_id": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-1.rhaos4.16.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.ppc64le", "product": { "name": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.ppc64le", "product_id": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.5-1.rhaos4.16.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "product": { "name": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "product_id": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.5-1.rhaos4.16.el9?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product": { "name": "podman-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_id": "podman-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-7.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_id": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-7.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_id": "podman-remote-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-7.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_id": "podman-tests-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-7.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_id": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-7.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_id": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-7.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_id": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-7.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_id": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-7.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "containers-common-3:1-78.rhaos4.16.el8.ppc64le", "product": { "name": "containers-common-3:1-78.rhaos4.16.el8.ppc64le", "product_id": "containers-common-3:1-78.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-78.rhaos4.16.el8?arch=ppc64le\u0026epoch=3" } } }, { "category": "product_version", "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.ppc64le", "product": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.ppc64le", "product_id": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202407111006.p0.gfa84651.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.ppc64le", "product": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.ppc64le", "product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.ppc64le", "product": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.ppc64le", "product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202407120242.p0.g0e95532.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.ppc64le", "product": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.ppc64le", "product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202407120242.p0.g26b43df.assembly.stream.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.ppc64le", "product": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.ppc64le", "product_id": "skopeo-2:1.14.5-1.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.5-1.rhaos4.16.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.ppc64le", "product": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.ppc64le", "product_id": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-1.rhaos4.16.el8?arch=ppc64le\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product": { "name": "podman-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_id": "podman-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-7.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product": { "name": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_id": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-7.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product": { "name": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_id": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-7.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_id": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-7.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_id": "podman-remote-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-7.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_id": "podman-tests-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-7.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_id": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-7.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product": { "name": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_id": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-7.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_id": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-7.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_id": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-7.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_id": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-7.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_id": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-7.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "containers-common-3:1-78.rhaos4.16.el9.s390x", "product": { "name": "containers-common-3:1-78.rhaos4.16.el9.s390x", "product_id": "containers-common-3:1-78.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-78.rhaos4.16.el9?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "product": { "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "product_id": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.15.0-16.gitd5383c5.el9?arch=s390x" } } }, { "category": "product_version", "name": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "product": { "name": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "product_id": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-prometheus-promu@0.15.0-16.gitd5383c5.el9?arch=s390x" } } }, { "category": "product_version", "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.s390x", "product": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.s390x", "product_id": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202407111006.p0.gfa84651.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.s390x", "product": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.s390x", "product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.s390x", "product": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.s390x", "product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202407120242.p0.g0e95532.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.s390x", "product": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.s390x", "product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202407120242.p0.g26b43df.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.s390x", "product": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.s390x", "product_id": "skopeo-2:1.14.5-1.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.5-1.rhaos4.16.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.s390x", "product": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.s390x", "product_id": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-1.rhaos4.16.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.s390x", "product": { "name": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.s390x", "product_id": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.5-1.rhaos4.16.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.s390x", "product": { "name": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.s390x", "product_id": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.5-1.rhaos4.16.el9?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-4:4.9.4-7.rhaos4.16.el9.s390x", "product": { "name": "podman-4:4.9.4-7.rhaos4.16.el9.s390x", "product_id": "podman-4:4.9.4-7.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-7.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.s390x", "product": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.s390x", "product_id": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-7.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-7.rhaos4.16.el9.s390x", "product": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el9.s390x", "product_id": "podman-remote-4:4.9.4-7.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-7.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-7.rhaos4.16.el9.s390x", "product": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el9.s390x", "product_id": "podman-tests-4:4.9.4-7.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-7.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.s390x", "product": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.s390x", "product_id": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-7.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "product": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "product_id": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-7.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "product_id": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-7.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "product": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "product_id": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-7.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "containers-common-3:1-78.rhaos4.16.el8.s390x", "product": { "name": "containers-common-3:1-78.rhaos4.16.el8.s390x", "product_id": "containers-common-3:1-78.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/containers-common@1-78.rhaos4.16.el8?arch=s390x\u0026epoch=3" } } }, { "category": "product_version", "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.s390x", "product": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.s390x", "product_id": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202407111006.p0.gfa84651.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.s390x", "product": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.s390x", "product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.s390x", "product": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.s390x", "product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202407120242.p0.g0e95532.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.s390x", "product": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.s390x", "product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202407120242.p0.g26b43df.assembly.stream.el8?arch=s390x" } } }, { "category": "product_version", "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.s390x", "product": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.s390x", "product_id": "skopeo-2:1.14.5-1.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo@1.14.5-1.rhaos4.16.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.s390x", "product": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.s390x", "product_id": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/skopeo-tests@1.14.5-1.rhaos4.16.el8?arch=s390x\u0026epoch=2" } } }, { "category": "product_version", "name": "podman-4:4.9.4-7.rhaos4.16.el8.s390x", "product": { "name": "podman-4:4.9.4-7.rhaos4.16.el8.s390x", "product_id": "podman-4:4.9.4-7.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-7.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.s390x", "product": { "name": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.s390x", "product_id": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-7.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.s390x", "product": { "name": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.s390x", "product_id": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-7.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.s390x", "product": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.s390x", "product_id": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-7.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-7.rhaos4.16.el8.s390x", "product": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el8.s390x", "product_id": "podman-remote-4:4.9.4-7.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-7.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-7.rhaos4.16.el8.s390x", "product": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el8.s390x", "product_id": "podman-tests-4:4.9.4-7.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-7.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.s390x", "product": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.s390x", "product_id": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-7.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product": { "name": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product_id": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-7.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product_id": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-7.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product": { "name": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product_id": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-7.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product_id": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-7.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product_id": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-7.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "containers-common-3:1-78.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.aarch64" }, "product_reference": "containers-common-3:1-78.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-3:1-78.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.ppc64le" }, "product_reference": "containers-common-3:1-78.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-3:1-78.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.s390x" }, "product_reference": "containers-common-3:1-78.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-3:1-78.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.src" }, "product_reference": "containers-common-3:1-78.rhaos4.16.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-3:1-78.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.x86_64" }, "product_reference": "containers-common-3:1-78.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.aarch64" }, "product_reference": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.s390x" }, "product_reference": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.src" }, "product_reference": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.aarch64" }, "product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.ppc64le" }, "product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.s390x" }, "product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.src" }, "product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.x86_64" }, "product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.aarch64" }, "product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.ppc64le" }, "product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.s390x" }, "product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.src" }, "product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.x86_64" }, "product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.ppc64le" }, "product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.s390x" }, "product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.src" }, "product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.x86_64" }, "product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-7.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.aarch64" }, "product_reference": "podman-4:4.9.4-7.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-7.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-4:4.9.4-7.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-7.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.s390x" }, "product_reference": "podman-4:4.9.4-7.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-7.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.src" }, "product_reference": "podman-4:4.9.4-7.rhaos4.16.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-7.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.x86_64" }, "product_reference": "podman-4:4.9.4-7.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.aarch64" }, "product_reference": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.s390x" }, "product_reference": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.x86_64" }, "product_reference": "podman-catatonit-4:4.9.4-7.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64" }, "product_reference": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x" }, "product_reference": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64" }, "product_reference": "podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64" }, "product_reference": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x" }, "product_reference": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64" }, "product_reference": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.aarch64" }, "product_reference": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.s390x" }, "product_reference": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.x86_64" }, "product_reference": "podman-debugsource-4:4.9.4-7.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-4:4.9.4-7.rhaos4.16.el8.noarch as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el8.noarch" }, "product_reference": "podman-docker-4:4.9.4-7.rhaos4.16.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.aarch64" }, "product_reference": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.s390x" }, "product_reference": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.x86_64" }, "product_reference": "podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x" }, "product_reference": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.aarch64" }, "product_reference": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.s390x" }, "product_reference": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.x86_64" }, "product_reference": "podman-plugins-4:4.9.4-7.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.aarch64" }, "product_reference": "podman-remote-4:4.9.4-7.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-remote-4:4.9.4-7.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.s390x" }, "product_reference": "podman-remote-4:4.9.4-7.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.x86_64" }, "product_reference": "podman-remote-4:4.9.4-7.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.aarch64" }, "product_reference": "podman-tests-4:4.9.4-7.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-tests-4:4.9.4-7.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.s390x" }, "product_reference": "podman-tests-4:4.9.4-7.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.x86_64" }, "product_reference": "podman-tests-4:4.9.4-7.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.aarch64" }, "product_reference": "skopeo-2:1.14.5-1.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.ppc64le" }, "product_reference": "skopeo-2:1.14.5-1.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.s390x" }, "product_reference": "skopeo-2:1.14.5-1.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.src" }, "product_reference": "skopeo-2:1.14.5-1.rhaos4.16.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.x86_64" }, "product_reference": "skopeo-2:1.14.5-1.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.aarch64" }, "product_reference": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.ppc64le" }, "product_reference": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.s390x" }, "product_reference": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.x86_64" }, "product_reference": "skopeo-tests-2:1.14.5-1.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-3:1-78.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.aarch64" }, "product_reference": "containers-common-3:1-78.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-3:1-78.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.ppc64le" }, "product_reference": "containers-common-3:1-78.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-3:1-78.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.s390x" }, "product_reference": "containers-common-3:1-78.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-3:1-78.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.src" }, "product_reference": "containers-common-3:1-78.rhaos4.16.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "containers-common-3:1-78.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.x86_64" }, "product_reference": "containers-common-3:1-78.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64" }, "product_reference": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le" }, "product_reference": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x" }, "product_reference": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.src" }, "product_reference": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64" }, "product_reference": "golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.aarch64" }, "product_reference": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.s390x" }, "product_reference": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.src" }, "product_reference": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64" }, "product_reference": "openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64" }, "product_reference": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le" }, "product_reference": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x" }, "product_reference": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64" }, "product_reference": "openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.aarch64" }, "product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.ppc64le" }, "product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.s390x" }, "product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.src" }, "product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.x86_64" }, "product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.aarch64" }, "product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.ppc64le" }, "product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.s390x" }, "product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.src" }, "product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.x86_64" }, "product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.ppc64le" }, "product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.s390x" }, "product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.src" }, "product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.x86_64" }, "product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-7.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.aarch64" }, "product_reference": "podman-4:4.9.4-7.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-7.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-4:4.9.4-7.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-7.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.s390x" }, "product_reference": "podman-4:4.9.4-7.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-7.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.src" }, "product_reference": "podman-4:4.9.4-7.rhaos4.16.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-7.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.x86_64" }, "product_reference": "podman-4:4.9.4-7.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64" }, "product_reference": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x" }, "product_reference": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64" }, "product_reference": "podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.aarch64" }, "product_reference": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.s390x" }, "product_reference": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.x86_64" }, "product_reference": "podman-debugsource-4:4.9.4-7.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-4:4.9.4-7.rhaos4.16.el9.noarch as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el9.noarch" }, "product_reference": "podman-docker-4:4.9.4-7.rhaos4.16.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.aarch64" }, "product_reference": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.s390x" }, "product_reference": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.x86_64" }, "product_reference": "podman-plugins-4:4.9.4-7.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.aarch64" }, "product_reference": "podman-remote-4:4.9.4-7.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-remote-4:4.9.4-7.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.s390x" }, "product_reference": "podman-remote-4:4.9.4-7.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-7.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.x86_64" }, "product_reference": "podman-remote-4:4.9.4-7.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.aarch64" }, "product_reference": "podman-tests-4:4.9.4-7.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-tests-4:4.9.4-7.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.s390x" }, "product_reference": "podman-tests-4:4.9.4-7.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-7.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.x86_64" }, "product_reference": "podman-tests-4:4.9.4-7.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.aarch64" }, "product_reference": "skopeo-2:1.14.5-1.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.ppc64le" }, "product_reference": "skopeo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.s390x" }, "product_reference": "skopeo-2:1.14.5-1.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.src" }, "product_reference": "skopeo-2:1.14.5-1.rhaos4.16.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-2:1.14.5-1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.x86_64" }, "product_reference": "skopeo-2:1.14.5-1.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.aarch64" }, "product_reference": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.ppc64le" }, "product_reference": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.s390x" }, "product_reference": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.x86_64" }, "product_reference": "skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.aarch64" }, "product_reference": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.ppc64le" }, "product_reference": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.s390x" }, "product_reference": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.x86_64" }, "product_reference": "skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.aarch64" }, "product_reference": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.ppc64le" }, "product_reference": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.s390x" }, "product_reference": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.x86_64" }, "product_reference": "skopeo-tests-2:1.14.5-1.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.0.1-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-3.el9.1.src" }, "product_reference": "python-jinja2-0:3.0.1-3.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.0.1-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-3.el9.1.noarch" }, "product_reference": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-24788", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2024-05-09T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.src", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.src", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.src", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-3.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279814" } ], "notes": [ { "category": "description", "text": "A flaw was found in the net package of the Go stdlib. When a malformed DNS message is received as a response to a query, the Lookup functions within the net package can get stuck in an infinite loop. This issue can lead to resource exhaustion and denial of service (DoS) conditions.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net: malformed DNS message can cause infinite loop", "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": [ "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.src", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.src", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.src", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.src", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.src", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.src", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.src", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-3.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-24788" }, { "category": "external", "summary": "RHBZ#2279814", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279814" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-24788", "url": "https://www.cve.org/CVERecord?id=CVE-2024-24788" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24788", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24788" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-2824", "url": "https://pkg.go.dev/vuln/GO-2024-2824" } ], "release_date": "2024-05-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-24T19:12:22+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.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html", "product_ids": [ "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.src", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.src", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.src", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.src", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4616" }, { "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": [ "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.src", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.src", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.src", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.src", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.src", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.src", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.src", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-3.el9.1.noarch" ] } ], "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-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.src", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.src", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.src", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.src", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net: malformed DNS message can cause infinite loop" }, { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.src", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.src", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.src", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.src", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.src", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.src", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.src", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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-IRONIC-4.16:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-3.el9.1.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.src", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.src", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.src", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.src", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.src", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.src", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.src", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-24T19:12:22+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.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-3.el9.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4616" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.src", "8Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.src", "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.aarch64", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.s390x", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.src", "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.src", "8Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.src", "9Base-RHOSE-4.16:containers-common-3:1-78.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.src", "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.src", "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202407111006.p0.gfa84651.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.aarch64", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.ppc64le", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.s390x", "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-16.gitd5383c5.el9.x86_64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202407120242.p0.ga53e9de.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.aarch64", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202407120242.p0.g0e95532.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.s390x", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.src", "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202407120242.p0.g26b43df.assembly.stream.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-7.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-7.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.src", "9Base-RHOSE-4.16:skopeo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:skopeo-tests-2:1.14.5-1.rhaos4.16.el9.x86_64", "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-3.el9.1.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-3.el9.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" } ] }
rhsa-2024_3795
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 8.4 Advanced Update Support, Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.4 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: accepts keys containing non-attribute characters (CVE-2024-34064)\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-2024:3795", "url": "https://access.redhat.com/errata/RHSA-2024:3795" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3795.json" } ], "title": "Red Hat Security Advisory: fence-agents security update", "tracking": { "current_release_date": "2024-11-06T06:07:44+00:00", "generator": { "date": "2024-11-06T06:07:44+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:3795", "initial_release_date": "2024-06-11T13:13:31+00:00", "revision_history": [ { "date": "2024-06-11T13:13:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-11T13:13:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:07:44+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 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_name", "name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::highavailability" } } }, { "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 HighAvailability TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::highavailability" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "fence-agents-0:4.2.1-65.el8_4.15.src", "product": { "name": "fence-agents-0:4.2.1-65.el8_4.15.src", "product_id": "fence-agents-0:4.2.1-65.el8_4.15.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents@4.2.1-65.el8_4.15?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "product": { "name": "fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "product_id": "fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-65.el8_4.15?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "product": { "name": "fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "product_id": "fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-65.el8_4.15?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "product": { "name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "product_id": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-65.el8_4.15?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "product": { "name": "fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "product_id": "fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-65.el8_4.15?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "product": { "name": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "product_id": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-65.el8_4.15?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "product": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "product_id": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aliyun-debuginfo@4.2.1-65.el8_4.15?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "product": { "name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "product_id": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-65.el8_4.15?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "product_id": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-65.el8_4.15?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-65.el8_4.15?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "product": { "name": "fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "product_id": "fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.2.1-65.el8_4.15?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-brocade@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-common@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-drac5@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-emerson@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eps@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-lpar@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-mpath@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsa@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsb@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-sbd@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-scsi@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-virsh@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-wti@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aws@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.2.1-65.el8_4.15?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "product": { "name": "fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "product_id": "fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-gce@4.2.1-65.el8_4.15?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le", "product": { "name": "fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le", "product_id": "fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-65.el8_4.15?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le", "product": { "name": "fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le", "product_id": "fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-65.el8_4.15?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le", "product": { "name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le", "product_id": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-65.el8_4.15?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le", "product": { "name": "fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le", "product_id": "fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-65.el8_4.15?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le", "product": { "name": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le", "product_id": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-65.el8_4.15?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "product": { "name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "product_id": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-65.el8_4.15?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "product": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "product_id": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-65.el8_4.15?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-65.el8_4.15?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.2.1-65.el8_4.15.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-0:4.2.1-65.el8_4.15.src" }, "product_reference": "fence-agents-0:4.2.1-65.el8_4.15.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.2.1-65.el8_4.15.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.15.src" }, "product_reference": "fence-agents-0:4.2.1-65.el8_4.15.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.2.1-65.el8_4.15.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.15.src" }, "product_reference": "fence-agents-0:4.2.1-65.el8_4.15.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.2.1-65.el8_4.15.src as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.15.src" }, "product_reference": "fence-agents-0:4.2.1-65.el8_4.15.src", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability E4S (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.2.1-65.el8_4.15.src as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.15.src" }, "product_reference": "fence-agents-0:4.2.1-65.el8_4.15.src", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64 as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64" }, "product_reference": "fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.2.1-65.el8_4.15.noarch as a component of Red Hat Enterprise Linux HighAvailability TUS (v.8.4)", "product_id": "HighAvailability-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch" }, "product_reference": "fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "relates_to_product_reference": "HighAvailability-8.4.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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:fence-agents-0:4.2.1-65.el8_4.15.src", "AppStream-8.4.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.15.src", "AppStream-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.15.src", "AppStream-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.15.src", "HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.15.src", "HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-11T13:13:31+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:fence-agents-0:4.2.1-65.el8_4.15.src", "AppStream-8.4.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.15.src", "AppStream-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.15.src", "AppStream-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.15.src", "HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.15.src", "HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3795" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "AppStream-8.4.0.Z.AUS:fence-agents-0:4.2.1-65.el8_4.15.src", "AppStream-8.4.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.15.src", "AppStream-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.15.src", "AppStream-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.15.src", "HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.15.src", "HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:fence-agents-0:4.2.1-65.el8_4.15.src", "AppStream-8.4.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.AUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.AUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.15.src", "AppStream-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le", "AppStream-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.15.src", "AppStream-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "AppStream-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "AppStream-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-0:4.2.1-65.el8_4.15.src", "HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.ppc64le", "HighAvailability-8.4.0.Z.E4S:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.E4S:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.E4S:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-0:4.2.1-65.el8_4.15.src", "HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-all-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-apc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-aws-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-brocade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-common-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-compute-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-debugsource-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-drac5-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-emerson-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-eps-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-gce-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-hpblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ifmib-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ilo2-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ipdu-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-lpar-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-mpath-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-redfish-0:4.2.1-65.el8_4.15.x86_64", "HighAvailability-8.4.0.Z.TUS:fence-agents-rhevm-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-rsa-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-rsb-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-sbd-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-scsi-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-virsh-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-65.el8_4.15.noarch", "HighAvailability-8.4.0.Z.TUS:fence-agents-wti-0:4.2.1-65.el8_4.15.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" } ] }
rhsa-2024_4427
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 Moderate. 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: accepts keys containing non-attribute characters (CVE-2024-34064)\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-2024:4427", "url": "https://access.redhat.com/errata/RHSA-2024:4427" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4427.json" } ], "title": "Red Hat Security Advisory: fence-agents security update", "tracking": { "current_release_date": "2024-11-06T06:22:05+00:00", "generator": { "date": "2024-11-06T06:22:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:4427", "initial_release_date": "2024-07-09T12:59:06+00:00", "revision_history": [ { "date": "2024-07-09T12:59:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-09T12:59:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:22:05+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.6.x86_64", "product": { "name": "fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "product_id": "ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_id": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virt-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virt-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-43.el9_2.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "product": { "name": "fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "product_id": "fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-43.el9_2.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "product": { "name": "fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "product_id": "fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "product": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "product": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "product": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "product": { "name": "fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "product_id": "fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "product": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "product": { "name": "fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "product_id": "fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-43.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "product": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "product": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "product": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "product": { "name": "fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "product_id": "fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-43.el9_2.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "product": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "product": { "name": "fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "product_id": "fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "product": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "product": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "product": { "name": "fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "product_id": "fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-43.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "product": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "product": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "product": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-43.el9_2.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "product": { "name": "fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "product_id": "fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-43.el9_2.6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "fence-agents-0:4.10.0-43.el9_2.6.src", "product": { "name": "fence-agents-0:4.10.0-43.el9_2.6.src", "product_id": "fence-agents-0:4.10.0-43.el9_2.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents@4.10.0-43.el9_2.6?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.6.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.6.src" }, "product_reference": "fence-agents-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virt-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.src" }, "product_reference": "fence-agents-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virt-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.src" }, "product_reference": "fence-agents-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.6.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.6.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.6.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.6.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.6.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.6.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.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.6.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.6.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.6.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.6.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.6.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virt-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.6.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.6.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.6.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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.6.src", "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.6.src", "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.6.src", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-09T12:59:06+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.6.src", "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.6.src", "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.6.src", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4427" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.6.src", "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.6.src", "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.6.src", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.6.src", "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.6.src", "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.6.src", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.6.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.6.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.6.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" } ] }
rhsa-2024_3811
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE\nlink(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: accepts keys containing non-attribute characters (CVE-2024-34064)", "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-2024:3811", "url": "https://access.redhat.com/errata/RHSA-2024:3811" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3811.json" } ], "title": "Red Hat Security Advisory: fence-agents security update", "tracking": { "current_release_date": "2024-11-06T06:08:05+00:00", "generator": { "date": "2024-11-06T06:08:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:3811", "initial_release_date": "2024-06-11T17:35:22+00:00", "revision_history": [ { "date": "2024-06-11T17:35:22+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-11T17:35:22+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:08:05+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_name", "name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product": { "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:8.8::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "fence-agents-0:4.2.1-112.el8_8.6.src", "product": { "name": "fence-agents-0:4.2.1-112.el8_8.6.src", "product_id": "fence-agents-0:4.2.1-112.el8_8.6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents@4.2.1-112.el8_8.6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "product": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "product_id": "fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-112.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "product": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "product_id": "fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-112.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "product": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "product_id": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-112.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "product": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "product_id": "fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-112.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "product": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "product_id": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-112.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "product": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "product_id": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-112.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "product_id": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-112.el8_8.6?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-112.el8_8.6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "product": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "product_id": "fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-112.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "product": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "product_id": "fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-112.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "product": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "product_id": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-112.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "product": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "product_id": "fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-112.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "product": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "product_id": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-112.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "product": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "product_id": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-112.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "product": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "product_id": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-112.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-112.el8_8.6?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "product": { "name": "fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "product_id": "fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.2.1-112.el8_8.6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "product": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "product_id": "fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-112.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "product": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "product_id": "fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-112.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "product": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "product_id": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-112.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "product": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "product_id": "fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-112.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "product": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "product_id": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-112.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "product": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "product_id": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aliyun-debuginfo@4.2.1-112.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "product": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "product_id": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-112.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "product_id": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-112.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-112.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "product": { "name": "fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "product_id": "fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.2.1-112.el8_8.6?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "product": { "name": "fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "product_id": "fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.2.1-112.el8_8.6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "product": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "product_id": "fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-112.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "product": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "product_id": "fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-112.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "product": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "product_id": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-112.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "product": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "product_id": "fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-112.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "product": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "product_id": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-112.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "product": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "product_id": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-112.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "product": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "product_id": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-112.el8_8.6?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-112.el8_8.6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-brocade@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-common@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-drac5@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-emerson@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eps@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-lpar@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-mpath@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsa@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsb@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-sbd@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-scsi@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-virsh@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-wti@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-zvm@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aws@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.2.1-112.el8_8.6?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "product": { "name": "fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "product_id": "fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-gce@4.2.1-112.el8_8.6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.2.1-112.el8_8.6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.6.src" }, "product_reference": "fence-agents-0:4.2.1-112.el8_8.6.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)", "product_id": "AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.2.1-112.el8_8.6.src as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.6.src" }, "product_reference": "fence-agents-0:4.2.1-112.el8_8.6.src", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.8.8)", "product_id": "HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "HighAvailability-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.2.1-112.el8_8.6.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.6.src" }, "product_reference": "fence-agents-0:4.2.1-112.el8_8.6.src", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64" }, "product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x" }, "product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64" }, "product_reference": "fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.8.8)", "product_id": "ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch" }, "product_reference": "fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "relates_to_product_reference": "ResilientStorage-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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:fence-agents-0:4.2.1-112.el8_8.6.src", "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.6.src", "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.6.src", "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-11T17:35:22+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:fence-agents-0:4.2.1-112.el8_8.6.src", "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.6.src", "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.6.src", "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3811" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "AppStream-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.6.src", "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.6.src", "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.6.src", "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.6.src", "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "AppStream-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "AppStream-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "AppStream-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.6.src", "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "HighAvailability-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "HighAvailability-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "HighAvailability-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-0:4.2.1-112.el8_8.6.src", "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-aliyun-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-all-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-amt-ws-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-apc-snmp-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-aws-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-azure-arm-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-bladecenter-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-brocade-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-mds-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-cisco-ucs-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-common-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-compute-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-debugsource-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-drac5-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-eaton-snmp-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-emerson-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-eps-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-gce-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-heuristics-ping-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-hpblade-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-powervs-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibm-vpc-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ibmblade-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ifmib-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-moonshot-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-mp-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo-ssh-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ilo2-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-intelmodular-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipdu-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-ipmilan-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-lpar-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-mpath-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-openstack-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.aarch64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.ppc64le", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.s390x", "ResilientStorage-8.8.0.Z.EUS:fence-agents-redfish-0:4.2.1-112.el8_8.6.x86_64", "ResilientStorage-8.8.0.Z.EUS:fence-agents-rhevm-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsa-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-rsb-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-sbd-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-scsi-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-virsh-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-rest-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-vmware-soap-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-wti-0:4.2.1-112.el8_8.6.noarch", "ResilientStorage-8.8.0.Z.EUS:fence-agents-zvm-0:4.2.1-112.el8_8.6.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" } ] }
rhsa-2024_5662
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 Satellite 6.15 for RHEL 8.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives 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 Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nUsers of Red Hat Satellite are advised to upgrade to these updated\npackages, which fix these bugs.", "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-2024:5662", "url": "https://access.redhat.com/errata/RHSA-2024:5662" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index" }, { "category": "external", "summary": "2261856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2261856" }, { "category": "external", "summary": "2266045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266045" }, { "category": "external", "summary": "2272563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272563" }, { "category": "external", "summary": "2275989", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275989" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "SAT-25063", "url": "https://issues.redhat.com/browse/SAT-25063" }, { "category": "external", "summary": "SAT-25522", "url": "https://issues.redhat.com/browse/SAT-25522" }, { "category": "external", "summary": "SAT-26450", "url": "https://issues.redhat.com/browse/SAT-26450" }, { "category": "external", "summary": "SAT-26452", "url": "https://issues.redhat.com/browse/SAT-26452" }, { "category": "external", "summary": "SAT-26453", "url": "https://issues.redhat.com/browse/SAT-26453" }, { "category": "external", "summary": "SAT-26454", "url": "https://issues.redhat.com/browse/SAT-26454" }, { "category": "external", "summary": "SAT-26456", "url": "https://issues.redhat.com/browse/SAT-26456" }, { "category": "external", "summary": "SAT-26458", "url": "https://issues.redhat.com/browse/SAT-26458" }, { "category": "external", "summary": "SAT-26459", "url": "https://issues.redhat.com/browse/SAT-26459" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5662.json" } ], "title": "Red Hat Security Advisory: Satellite 6.15.3 Security Update", "tracking": { "current_release_date": "2024-11-06T06:45:06+00:00", "generator": { "date": "2024-11-06T06:45:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:5662", "initial_release_date": "2024-08-20T20:33:03+00:00", "revision_history": [ { "date": "2024-08-20T20:33:03+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-20T20:33:03+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:45:06+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Satellite 6.15 for RHEL 8", "product": { "name": "Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite:6.15::el8" } } }, { "category": "product_name", "name": "Red Hat Satellite 6.15 for RHEL 8", "product": { "name": "Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite_capsule:6.15::el8" } } }, { "category": "product_name", "name": "Red Hat Satellite 6.15 for RHEL 8", "product": { "name": "Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils", "product_identification_helper": { "cpe": "cpe:/a:redhat:satellite_utils:6.15::el8" } } } ], "category": "product_family", "name": "Red Hat Satellite 6" }, { "branches": [ { "category": "product_version", "name": "foreman-0:3.9.1.9-1.el8sat.src", "product": { "name": "foreman-0:3.9.1.9-1.el8sat.src", "product_id": "foreman-0:3.9.1.9-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman@3.9.1.9-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "foreman-installer-1:3.9.3.3-1.el8sat.src", "product": { "name": "foreman-installer-1:3.9.3.3-1.el8sat.src", "product_id": "foreman-installer-1:3.9.3.3-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-installer@3.9.3.3-1.el8sat?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "libcomps-0:0.1.21-1.el8pc.src", "product": { "name": "libcomps-0:0.1.21-1.el8pc.src", "product_id": "libcomps-0:0.1.21-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libcomps@0.1.21-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "python-aiohttp-0:3.9.4-1.el8pc.src", "product": { "name": "python-aiohttp-0:3.9.4-1.el8pc.src", "product_id": "python-aiohttp-0:3.9.4-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-aiohttp@3.9.4-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "python-pulp-rpm-0:3.23.4-1.el8pc.src", "product": { "name": "python-pulp-rpm-0:3.23.4-1.el8pc.src", "product_id": "python-pulp-rpm-0:3.23.4-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pulp-rpm@3.23.4-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "rubygem-katello-0:4.11.0.16-1.el8sat.src", "product": { "name": "rubygem-katello-0:4.11.0.16-1.el8sat.src", "product_id": "rubygem-katello-0:4.11.0.16-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-katello@4.11.0.16-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "satellite-0:6.15.3-1.el8sat.src", "product": { "name": "satellite-0:6.15.3-1.el8sat.src", "product_id": "satellite-0:6.15.3-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite@6.15.3-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "satellite-lifecycle-0:6.15.0-1.src", "product": { "name": "satellite-lifecycle-0:6.15.0-1.src", "product_id": "satellite-lifecycle-0:6.15.0-1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-lifecycle@6.15.0-1?arch=src" } } }, { "category": "product_version", "name": "python-django-0:4.2.14-1.el8pc.src", "product": { "name": "python-django-0:4.2.14-1.el8pc.src", "product_id": "python-django-0:4.2.14-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-django@4.2.14-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "python-jinja2-0:3.1.4-1.el8pc.src", "product": { "name": "python-jinja2-0:3.1.4-1.el8pc.src", "product_id": "python-jinja2-0:3.1.4-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.1.4-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "python-pillow-0:10.3.0-1.el8pc.src", "product": { "name": "python-pillow-0:10.3.0-1.el8pc.src", "product_id": "python-pillow-0:10.3.0-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pillow@10.3.0-1.el8pc?arch=src" } } }, { "category": "product_version", "name": "python-pulp-ansible-1:0.20.8-1.el8pc.src", "product": { "name": "python-pulp-ansible-1:0.20.8-1.el8pc.src", "product_id": "python-pulp-ansible-1:0.20.8-1.el8pc.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pulp-ansible@0.20.8-1.el8pc?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "product": { "name": "rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "product_id": "rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-foreman_ansible@13.0.7-1.el8sat?arch=src" } } }, { "category": "product_version", "name": "rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "product": { "name": "rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "product_id": "rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-foreman_theme_satellite@13.2.5-1.el8sat?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "foreman-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-cli-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-cli-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-cli-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-cli@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-debug-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-debug-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-debug-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-debug@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-dynflow-sidekiq@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-ec2@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-journald-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-journald-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-journald-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-journald@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-libvirt@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-openstack@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-ovirt@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-pcp@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-postgresql@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-redis-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-redis-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-redis-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-redis@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-service-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-service-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-service-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-service@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-telemetry@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "product": { "name": "foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "product_id": "foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-vmware@3.9.1.9-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "foreman-installer-1:3.9.3.3-1.el8sat.noarch", "product": { "name": "foreman-installer-1:3.9.3.3-1.el8sat.noarch", "product_id": "foreman-installer-1:3.9.3.3-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-installer@3.9.3.3-1.el8sat?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "product": { "name": "foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "product_id": "foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/foreman-installer-katello@3.9.3.3-1.el8sat?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "product": { "name": "python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "product_id": "python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pulp-rpm@3.23.4-1.el8pc?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "product": { "name": "rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "product_id": "rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-katello@4.11.0.16-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-0:6.15.3-1.el8sat.noarch", "product": { "name": "satellite-0:6.15.3-1.el8sat.noarch", "product_id": "satellite-0:6.15.3-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite@6.15.3-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-cli-0:6.15.3-1.el8sat.noarch", "product": { "name": "satellite-cli-0:6.15.3-1.el8sat.noarch", "product_id": "satellite-cli-0:6.15.3-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-cli@6.15.3-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-common-0:6.15.3-1.el8sat.noarch", "product": { "name": "satellite-common-0:6.15.3-1.el8sat.noarch", "product_id": "satellite-common-0:6.15.3-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-common@6.15.3-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-capsule-0:6.15.3-1.el8sat.noarch", "product": { "name": "satellite-capsule-0:6.15.3-1.el8sat.noarch", "product_id": "satellite-capsule-0:6.15.3-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-capsule@6.15.3-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "satellite-lifecycle-0:6.15.0-1.noarch", "product": { "name": "satellite-lifecycle-0:6.15.0-1.noarch", "product_id": "satellite-lifecycle-0:6.15.0-1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/satellite-lifecycle@6.15.0-1?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-django-0:4.2.14-1.el8pc.noarch", "product": { "name": "python3.11-django-0:4.2.14-1.el8pc.noarch", "product_id": "python3.11-django-0:4.2.14-1.el8pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-django@4.2.14-1.el8pc?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "product": { "name": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "product_id": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.4-1.el8pc?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "product": { "name": "python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "product_id": "python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pulp-ansible@0.20.8-1.el8pc?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "product": { "name": "rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "product_id": "rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-foreman_ansible@13.0.7-1.el8sat?arch=noarch" } } }, { "category": "product_version", "name": "rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "product": { "name": "rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "product_id": "rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rubygem-foreman_theme_satellite@13.2.5-1.el8sat?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libcomps-0:0.1.21-1.el8pc.x86_64", "product": { "name": "libcomps-0:0.1.21-1.el8pc.x86_64", "product_id": "libcomps-0:0.1.21-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libcomps@0.1.21-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libcomps-0:0.1.21-1.el8pc.x86_64", "product": { "name": "python3-libcomps-0:0.1.21-1.el8pc.x86_64", "product_id": "python3-libcomps-0:0.1.21-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libcomps@0.1.21-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "product": { "name": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "product_id": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libcomps@0.1.21-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "product": { "name": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "product_id": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libcomps-debugsource@0.1.21-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "product": { "name": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "product_id": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libcomps-debuginfo@0.1.21-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "product": { "name": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "product_id": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libcomps-debuginfo@0.1.21-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "product": { "name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "product_id": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-libcomps-debuginfo@0.1.21-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "product": { "name": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "product_id": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-aiohttp@3.9.4-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "product": { "name": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "product_id": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.4-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "product": { "name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "product_id": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-aiohttp-debuginfo@3.9.4-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "product": { "name": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "product_id": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pillow@10.3.0-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "product": { "name": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "product_id": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el8pc?arch=x86_64" } } }, { "category": "product_version", "name": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "product": { "name": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "product_id": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pillow-debuginfo@10.3.0-1.el8pc?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "foreman-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-0:3.9.1.9-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.src" }, "product_reference": "foreman-0:3.9.1.9-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-cli-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-cli-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-debug-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-debug-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-ec2-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-installer-1:3.9.3.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.noarch" }, "product_reference": "foreman-installer-1:3.9.3.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-installer-1:3.9.3.3-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.src" }, "product_reference": "foreman-installer-1:3.9.3.3-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch" }, "product_reference": "foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-journald-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-journald-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-libvirt-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-openstack-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-ovirt-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-pcp-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-postgresql-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-redis-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-redis-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-service-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-service-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-telemetry-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-vmware-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "libcomps-0:0.1.21-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.src" }, "product_reference": "libcomps-0:0.1.21-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "libcomps-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "libcomps-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-0:3.9.4-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src" }, "product_reference": "python-aiohttp-0:3.9.4-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64" }, "product_reference": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-django-0:4.2.14-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src" }, "product_reference": "python-django-0:4.2.14-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.1.4-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src" }, "product_reference": "python-jinja2-0:3.1.4-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-0:10.3.0-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src" }, "product_reference": "python-pillow-0:10.3.0-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64" }, "product_reference": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulp-ansible-1:0.20.8-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-pulp-ansible-1:0.20.8-1.el8pc.src" }, "product_reference": "python-pulp-ansible-1:0.20.8-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulp-rpm-0:3.23.4-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python-pulp-rpm-0:3.23.4-1.el8pc.src" }, "product_reference": "python-pulp-rpm-0:3.23.4-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libcomps-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "python3-libcomps-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64" }, "product_reference": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64" }, "product_reference": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-django-0:4.2.14-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch" }, "product_reference": "python3.11-django-0:4.2.14-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch" }, "product_reference": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64" }, "product_reference": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64" }, "product_reference": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch" }, "product_reference": "python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch" }, "product_reference": "python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.noarch" }, "product_reference": "satellite-0:6.15.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.3-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.src" }, "product_reference": "satellite-0:6.15.3-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.15.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.3-1.el8sat.noarch" }, "product_reference": "satellite-capsule-0:6.15.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.15.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.3-1.el8sat.noarch" }, "product_reference": "satellite-cli-0:6.15.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.15.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-capsule:satellite-common-0:6.15.3-1.el8sat.noarch" }, "product_reference": "satellite-common-0:6.15.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-capsule" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-0:3.9.1.9-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.src" }, "product_reference": "foreman-0:3.9.1.9-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-cli-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-cli-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-debug-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-debug-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-ec2-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-journald-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-journald-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-libvirt-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-openstack-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-ovirt-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-pcp-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-postgresql-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-redis-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-redis-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-service-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-service-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-telemetry-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-vmware-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.noarch" }, "product_reference": "satellite-0:6.15.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.3-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.src" }, "product_reference": "satellite-0:6.15.3-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.15.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.3-1.el8sat.noarch" }, "product_reference": "satellite-capsule-0:6.15.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.15.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-cli-0:6.15.3-1.el8sat.noarch" }, "product_reference": "satellite-cli-0:6.15.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.15.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15-utils:satellite-common-0:6.15.3-1.el8sat.noarch" }, "product_reference": "satellite-common-0:6.15.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15-utils" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-0:3.9.1.9-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.src" }, "product_reference": "foreman-0:3.9.1.9-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-cli-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-cli-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-cli-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-debug-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-debug-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-debug-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-ec2-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-ec2-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-installer-1:3.9.3.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.noarch" }, "product_reference": "foreman-installer-1:3.9.3.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-installer-1:3.9.3.3-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.src" }, "product_reference": "foreman-installer-1:3.9.3.3-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch" }, "product_reference": "foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-journald-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-journald-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-journald-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-libvirt-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-openstack-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-openstack-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-ovirt-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-pcp-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-pcp-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-postgresql-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-redis-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-redis-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-redis-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-service-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-service-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-service-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-telemetry-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "foreman-vmware-0:3.9.1.9-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:foreman-vmware-0:3.9.1.9-1.el8sat.noarch" }, "product_reference": "foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "libcomps-0:0.1.21-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.src" }, "product_reference": "libcomps-0:0.1.21-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "libcomps-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "libcomps-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-0:3.9.4-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src" }, "product_reference": "python-aiohttp-0:3.9.4-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64" }, "product_reference": "python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-django-0:4.2.14-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src" }, "product_reference": "python-django-0:4.2.14-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.1.4-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src" }, "product_reference": "python-jinja2-0:3.1.4-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-0:10.3.0-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src" }, "product_reference": "python-pillow-0:10.3.0-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64" }, "product_reference": "python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulp-ansible-1:0.20.8-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-pulp-ansible-1:0.20.8-1.el8pc.src" }, "product_reference": "python-pulp-ansible-1:0.20.8-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulp-rpm-0:3.23.4-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python-pulp-rpm-0:3.23.4-1.el8pc.src" }, "product_reference": "python-pulp-rpm-0:3.23.4-1.el8pc.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libcomps-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3-libcomps-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "python3-libcomps-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64" }, "product_reference": "python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64" }, "product_reference": "python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-django-0:4.2.14-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch" }, "product_reference": "python3.11-django-0:4.2.14-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch" }, "product_reference": "python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64" }, "product_reference": "python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64" }, "product_reference": "python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64 as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64" }, "product_reference": "python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch" }, "product_reference": "python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch" }, "product_reference": "python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch" }, "product_reference": "rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-foreman_ansible-0:13.0.7-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.src" }, "product_reference": "rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch" }, "product_reference": "rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src" }, "product_reference": "rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-katello-0:4.11.0.16-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.noarch" }, "product_reference": "rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "rubygem-katello-0:4.11.0.16-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.src" }, "product_reference": "rubygem-katello-0:4.11.0.16-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.noarch" }, "product_reference": "satellite-0:6.15.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-0:6.15.3-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.src" }, "product_reference": "satellite-0:6.15.3-1.el8sat.src", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-capsule-0:6.15.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-capsule-0:6.15.3-1.el8sat.noarch" }, "product_reference": "satellite-capsule-0:6.15.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-cli-0:6.15.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-cli-0:6.15.3-1.el8sat.noarch" }, "product_reference": "satellite-cli-0:6.15.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-common-0:6.15.3-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-common-0:6.15.3-1.el8sat.noarch" }, "product_reference": "satellite-common-0:6.15.3-1.el8sat.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-lifecycle-0:6.15.0-1.noarch as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.noarch" }, "product_reference": "satellite-lifecycle-0:6.15.0-1.noarch", "relates_to_product_reference": "8Base-satellite-6.15" }, { "category": "default_component_of", "full_product_name": { "name": "satellite-lifecycle-0:6.15.0-1.src as a component of Red Hat Satellite 6.15 for RHEL 8", "product_id": "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.src" }, "product_reference": "satellite-lifecycle-0:6.15.0-1.src", "relates_to_product_reference": "8Base-satellite-6.15" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-24680", "discovery_date": "2024-01-30T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2261856" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Django. When used with very long strings, the intcomma template filter was subject to a potential denial of service attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "Django: denial-of-service in ``intcomma`` template filter", "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": [ "8Base-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-24680" }, { "category": "external", "summary": "RHBZ#2261856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2261856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-24680", "url": "https://www.cve.org/CVERecord?id=CVE-2024-24680" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24680", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24680" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-xxj9-f6rv-m3x4", "url": "https://github.com/advisories/GHSA-xxj9-f6rv-m3x4" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2024/feb/06/security-releases/", "url": "https://www.djangoproject.com/weblog/2024/feb/06/security-releases/" } ], "release_date": "2024-02-06T15:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-20T20:33:03+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5662" } ], "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-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Django: denial-of-service in ``intcomma`` template filter" }, { "cve": "CVE-2024-27306", "cwe": { "id": "CWE-80", "name": "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)" }, "discovery_date": "2024-04-18T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275989" } ], "notes": [ { "category": "description", "text": "A flaw was found in aiohttp, an asynchronous HTTP client/server framework for asyncio and Python. When using \"web.static(..., show_index=True)\", the resulting index pages do not escape file names. If users can upload files with arbitrary filenames to the static directory, the server is vulnerable to cross-site scripting (XSS) attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "aiohttp: XSS on index pages for static file handling", "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": [ "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-27306" }, { "category": "external", "summary": "RHBZ#2275989", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275989" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-27306", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27306" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-27306", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27306" } ], "release_date": "2024-04-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-20T20:33:03+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "aiohttp: XSS on index pages for static file handling" }, { "cve": "CVE-2024-27351", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-26T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2266045" } ], "notes": [ { "category": "description", "text": "An inefficient regular expression complexity flaw was found in the Truncator.words function and truncatewords_html filter of Django. This issue may allow an attacker to use a suitably crafted string to cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-django: Potential regular expression denial-of-service in django.utils.text.Truncator.words()", "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": [ "8Base-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-27351" }, { "category": "external", "summary": "RHBZ#2266045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266045" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-27351", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27351" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-27351", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27351" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2024/mar/04/security-releases/", "url": "https://www.djangoproject.com/weblog/2024/mar/04/security-releases/" } ], "release_date": "2024-03-04T09:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-20T20:33:03+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5662" } ], "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-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-django: Potential regular expression denial-of-service in django.utils.text.Truncator.words()" }, { "cve": "CVE-2024-28219", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2024-04-01T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2272563" } ], "notes": [ { "category": "description", "text": "A flaw was found in Pillow. The cms_transform_new function in src/_imagingcms.c does not validate the length of its parameters before copying them into fixed-size buffers, leading to a buffer overflow, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-pillow: buffer overflow in _imagingcms.c", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw can be triggered when the ImageCms.buildTransform function is called with the InMode or OutMode arguments with a string larger than 8 bytes. An application is not vulnerable if these parameters are not controlled by the user or are validated before the function is called. Additionally, the Pillow ImageCms module functions should not be exposed to untrusted usage without input validation. For this reason, this flaw has been rated with a moderate 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": [ "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-28219" }, { "category": "external", "summary": "RHBZ#2272563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272563" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-28219", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28219" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28219", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28219" } ], "release_date": "2024-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-20T20:33:03+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5662" }, { "category": "workaround", "details": "Make sure the ImageCms.buildTransform function is not called with the InMode or OutMode arguments with a string bigger than 8 bytes.", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-pillow: buffer overflow in _imagingcms.c" }, { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch" ], "known_not_affected": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-20T20:33:03+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index", "product_ids": [ "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5662" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15-capsule:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15-capsule:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15-capsule:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15-capsule:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15-capsule:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-capsule:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15-utils:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15-utils:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-0:3.9.1.9-1.el8sat.src", "8Base-satellite-6.15:foreman-cli-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-debug-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-dynflow-sidekiq-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ec2-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-installer-1:3.9.3.3-1.el8sat.src", "8Base-satellite-6.15:foreman-installer-katello-1:3.9.3.3-1.el8sat.noarch", "8Base-satellite-6.15:foreman-journald-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-libvirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-openstack-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-ovirt-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-pcp-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-postgresql-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-redis-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-service-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-telemetry-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:foreman-vmware-0:3.9.1.9-1.el8sat.noarch", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.src", "8Base-satellite-6.15:libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:libcomps-debugsource-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python-aiohttp-0:3.9.4-1.el8pc.src", "8Base-satellite-6.15:python-aiohttp-debugsource-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python-django-0:4.2.14-1.el8pc.src", "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15:python-pillow-0:10.3.0-1.el8pc.src", "8Base-satellite-6.15:python-pillow-debugsource-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python-pulp-ansible-1:0.20.8-1.el8pc.src", "8Base-satellite-6.15:python-pulp-rpm-0:3.23.4-1.el8pc.src", "8Base-satellite-6.15:python3-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-aiohttp-debuginfo-0:3.9.4-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-django-0:4.2.14-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-libcomps-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-libcomps-debuginfo-0:0.1.21-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pillow-debuginfo-0:10.3.0-1.el8pc.x86_64", "8Base-satellite-6.15:python3.11-pulp-ansible-1:0.20.8-1.el8pc.noarch", "8Base-satellite-6.15:python3.11-pulp-rpm-0:3.23.4-1.el8pc.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_ansible-0:13.0.7-1.el8sat.src", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-foreman_theme_satellite-0:13.2.5-1.el8sat.src", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.noarch", "8Base-satellite-6.15:rubygem-katello-0:4.11.0.16-1.el8sat.src", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-0:6.15.3-1.el8sat.src", "8Base-satellite-6.15:satellite-capsule-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-cli-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-common-0:6.15.3-1.el8sat.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.noarch", "8Base-satellite-6.15:satellite-lifecycle-0:6.15.0-1.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.4-1.el8pc.noarch", "8Base-satellite-6.15:python-jinja2-0:3.1.4-1.el8pc.src", "8Base-satellite-6.15:python3.11-jinja2-0:3.1.4-1.el8pc.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" } ] }
rhsa-2024_3781
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 Moderate. 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: aiohttp: DoS when trying to parse malformed POST requests (CVE-2024-30251)\n* automation-controller: Django: Potential regular expression denial-of-service in django.utils.text.Truncator.words() (CVE-2024-27351)\n* automation-controller: pip: Mercurial configuration injectable in repo revision when installing via pip (CVE-2023-5752)\n* automation-controller: pydantic: regular expression denial of service via crafted email string (CVE-2024-3772)\n* automation-hub, python3/python39-galaxy-ng: follow-redirects: Possible credential leak (CVE-2024-28849)\n* python3/python39-aiohttp: DoS when trying to parse malformed POST requests (CVE-2024-30251)\n* python3/python39-aiohttp: XSS on index pages for static file handling (CVE-2024-27306)\n* python3/python39-black: ReDoS via the lines_with_leading_tabs_expanded() function in strings.py file (CVE-2024-21503)\n* python3/python39-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override (CVE-2024-26130)\n* python3/python39-cryptography: NULL-dereference when loading PKCS7 certificates (CVE-2023-49083)\n* python3/python39-cryptography: NULL-dereference when loading PKCS7 certificates (CVE-2023-49083)\n* python3/python39-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers (CVE-2024-1135)\n* python3/python39-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode() (CVE-2024-3651)\n* python3/python39-jinja2: accepts keys containing non-attribute characters (CVE-2024-34064)\n* python3/python39-pillow: buffer overflow in _imagingcms.c (CVE-2024-28219)\n* python3/python39-pillow: Arbitrary Code Execution via the environment parameter (CVE-2023-50447)\n* python3/python39-pydantic: regular expression denial of service via crafted email string (CVE-2024-3772)\n* python3/python39-requests: subsequent requests to the same host ignore cert verification (CVE-2024-35195)\n* python3/python39-social-auth-app-django: Improper Handling of Case Sensitivity in social-auth-app-django (CVE-2024-32879)\n* python3/python39-sqlparse: parsing heavily nested list leads to denial of service (CVE-2024-4340)\n* receptor: golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n* receptor: golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n* receptor: golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\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 Redis connection leak on version 4.5.6 (AAP-24286)\n* automation-controller has been updated to 4.5.7\n\nUpdates and fixes for automation hub:\n* Fixed repository sync issues (AAH-3111, AAH-3218)\n* automation-hub/python3-galaxy-ng/python39-galaxy-ng have been updated to 4.9.2\n\nAdditional changes:\n* ansible-core has been updated to 2.15.11\n* automation-eda-controller has been updated to 1.0.7\n* installer and setup have been updated to 2.4-7\n* receptor has been updated to 1.4.8\n\nFor more details about the updates and fixes included in this release, refer to the Release Notes.", "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-2024:3781", "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2250765", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250765" }, { "category": "external", "summary": "2255331", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255331" }, { "category": "external", "summary": "2259479", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259479" }, { "category": "external", "summary": "2266045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266045" }, { "category": "external", "summary": "2268017", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017" }, { "category": "external", "summary": "2268019", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019" }, { "category": "external", "summary": "2268273", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273" }, { "category": "external", "summary": "2269576", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576" }, { "category": "external", "summary": "2269617", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269617" }, { "category": "external", "summary": "2270236", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270236" }, { "category": "external", "summary": "2272563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272563" }, { "category": "external", "summary": "2274779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779" }, { "category": "external", "summary": "2275106", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275106" }, { "category": "external", "summary": "2275280", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275280" }, { "category": "external", "summary": "2275989", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275989" }, { "category": "external", "summary": "2277035", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277035" }, { "category": "external", "summary": "2278038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278038" }, { "category": "external", "summary": "2278710", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278710" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "2282114", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282114" }, { "category": "external", "summary": "AAH-3111", "url": "https://issues.redhat.com/browse/AAH-3111" }, { "category": "external", "summary": "AAP-22461", "url": "https://issues.redhat.com/browse/AAP-22461" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3781.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update", "tracking": { "current_release_date": "2024-11-06T19:58:53+00:00", "generator": { "date": "2024-11-06T19:58:53+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:3781", "initial_release_date": "2024-06-10T18:41:58+00:00", "revision_history": [ { "date": "2024-06-10T18:41:58+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-10T18:41:58+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T19:58:53+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 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_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_family", "name": "Red Hat Ansible Automation Platform" }, { "branches": [ { "category": "product_version", "name": "python-black-0:22.8.0-2.el9ap.src", "product": { "name": "python-black-0:22.8.0-2.el9ap.src", "product_id": "python-black-0:22.8.0-2.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-black@22.8.0-2.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-pydantic-0:1.10.15-1.el9ap.src", "product": { "name": "python-pydantic-0:1.10.15-1.el9ap.src", "product_id": "python-pydantic-0:1.10.15-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pydantic@1.10.15-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "ansible-core-1:2.15.11-1.el9ap.src", "product": { "name": "ansible-core-1:2.15.11-1.el9ap.src", "product_id": "ansible-core-1:2.15.11-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el9ap?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python-gunicorn-0:22.0.0-1.el9ap.src", "product": { "name": "python-gunicorn-0:22.0.0-1.el9ap.src", "product_id": "python-gunicorn-0:22.0.0-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-gunicorn@22.0.0-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-sqlparse-0:0.5.0-1.el9ap.src", "product": { "name": "python-sqlparse-0:0.5.0-1.el9ap.src", "product_id": "python-sqlparse-0:0.5.0-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlparse@0.5.0-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-social-auth-app-django-0:5.4.1-1.el9ap.src", "product": { "name": "python-social-auth-app-django-0:5.4.1-1.el9ap.src", "product_id": "python-social-auth-app-django-0:5.4.1-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-social-auth-app-django@5.4.1-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:3.7-1.el9ap.src", "product": { "name": "python-idna-0:3.7-1.el9ap.src", "product_id": "python-idna-0:3.7-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@3.7-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-galaxy-ng-0:4.9.2-1.el9ap.src", "product": { "name": "python-galaxy-ng-0:4.9.2-1.el9ap.src", "product_id": "python-galaxy-ng-0:4.9.2-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-galaxy-ng@4.9.2-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-pillow-0:10.3.0-1.el9ap.src", "product": { "name": "python-pillow-0:10.3.0-1.el9ap.src", "product_id": "python-pillow-0:10.3.0-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pillow@10.3.0-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-hub-0:4.9.2-1.el9ap.src", "product": { "name": "automation-hub-0:4.9.2-1.el9ap.src", "product_id": "automation-hub-0:4.9.2-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-pulpcore-0:3.28.27-1.el9ap.src", "product": { "name": "python-pulpcore-0:3.28.27-1.el9ap.src", "product_id": "python-pulpcore-0:3.28.27-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pulpcore@3.28.27-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-jinja2-0:3.1.4-1.el9ap.src", "product": { "name": "python-jinja2-0:3.1.4-1.el9ap.src", "product_id": "python-jinja2-0:3.1.4-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.1.4-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-pyOpenSSL-0:24.1.0-1.el9ap.src", "product": { "name": "python-pyOpenSSL-0:24.1.0-1.el9ap.src", "product_id": "python-pyOpenSSL-0:24.1.0-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pyOpenSSL@24.1.0-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-aiohttp-0:3.9.5-1.el9ap.src", "product": { "name": "python-aiohttp-0:3.9.5-1.el9ap.src", "product_id": "python-aiohttp-0:3.9.5-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-aiohttp@3.9.5-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-cryptography-0:42.0.5-1.el9ap.src", "product": { "name": "python-cryptography-0:42.0.5-1.el9ap.src", "product_id": "python-cryptography-0:42.0.5-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography@42.0.5-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.7-1.el9ap.src", "product": { "name": "automation-eda-controller-0:1.0.7-1.el9ap.src", "product_id": "automation-eda-controller-0:1.0.7-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "ansible-rulebook-0:1.0.7-1.el9ap.src", "product": { "name": "ansible-rulebook-0:1.0.7-1.el9ap.src", "product_id": "ansible-rulebook-0:1.0.7-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el9ap.src", "product": { "name": "automation-controller-0:4.5.7-1.el9ap.src", "product_id": "automation-controller-0:4.5.7-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.32.2-1.el9ap.src", "product": { "name": "python-requests-0:2.32.2-1.el9ap.src", "product_id": "python-requests-0:2.32.2-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.32.2-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el9ap.src", "product": { "name": "receptor-0:1.4.8-1.el9ap.src", "product_id": "receptor-0:1.4.8-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "product": { "name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "product_id": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-pulp-ansible-1:0.20.7-1.el9ap.src", "product": { "name": "python-pulp-ansible-1:0.20.7-1.el9ap.src", "product_id": "python-pulp-ansible-1:0.20.7-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pulp-ansible@0.20.7-1.el9ap?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python3x-pydantic-0:1.10.15-1.el8ap.src", "product": { "name": "python3x-pydantic-0:1.10.15-1.el8ap.src", "product_id": "python3x-pydantic-0:1.10.15-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pydantic@1.10.15-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-black-0:22.8.0-2.el8ap.src", "product": { "name": "python3x-black-0:22.8.0-2.el8ap.src", "product_id": "python3x-black-0:22.8.0-2.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-black@22.8.0-2.el8ap?arch=src" } } }, { "category": "product_version", "name": "ansible-core-1:2.15.11-1.el8ap.src", "product": { "name": "ansible-core-1:2.15.11-1.el8ap.src", "product_id": "ansible-core-1:2.15.11-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el8ap?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python3x-sqlparse-0:0.5.0-1.el8ap.src", "product": { "name": "python3x-sqlparse-0:0.5.0-1.el8ap.src", "product_id": "python3x-sqlparse-0:0.5.0-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-sqlparse@0.5.0-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-gunicorn-0:22.0.0-1.el8ap.src", "product": { "name": "python3x-gunicorn-0:22.0.0-1.el8ap.src", "product_id": "python3x-gunicorn-0:22.0.0-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-gunicorn@22.0.0-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-idna-0:3.7-1.el8ap.src", "product": { "name": "python3x-idna-0:3.7-1.el8ap.src", "product_id": "python3x-idna-0:3.7-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-idna@3.7-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "product": { "name": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "product_id": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-social-auth-app-django@5.4.1-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-pillow-0:10.3.0-1.el8ap.src", "product": { "name": "python3x-pillow-0:10.3.0-1.el8ap.src", "product_id": "python3x-pillow-0:10.3.0-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pillow@10.3.0-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-hub-0:4.9.2-1.el8ap.src", "product": { "name": "automation-hub-0:4.9.2-1.el8ap.src", "product_id": "automation-hub-0:4.9.2-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "product": { "name": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "product_id": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-galaxy-ng@4.9.2-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-jinja2-0:3.1.4-1.el8ap.src", "product": { "name": "python3x-jinja2-0:3.1.4-1.el8ap.src", "product_id": "python3x-jinja2-0:3.1.4-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-jinja2@3.1.4-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-pulpcore-0:3.28.27-1.el8ap.src", "product": { "name": "python3x-pulpcore-0:3.28.27-1.el8ap.src", "product_id": "python3x-pulpcore-0:3.28.27-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pulpcore@3.28.27-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "product": { "name": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "product_id": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pyOpenSSL@24.1.0-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-aiohttp-0:3.9.5-1.el8ap.src", "product": { "name": "python3x-aiohttp-0:3.9.5-1.el8ap.src", "product_id": "python3x-aiohttp-0:3.9.5-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-aiohttp@3.9.5-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-cryptography-0:42.0.5-1.el8ap.src", "product": { "name": "python3x-cryptography-0:42.0.5-1.el8ap.src", "product_id": "python3x-cryptography-0:42.0.5-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography@42.0.5-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.7-1.el8ap.src", "product": { "name": "automation-eda-controller-0:1.0.7-1.el8ap.src", "product_id": "automation-eda-controller-0:1.0.7-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "ansible-rulebook-0:1.0.7-1.el8ap.src", "product": { "name": "ansible-rulebook-0:1.0.7-1.el8ap.src", "product_id": "ansible-rulebook-0:1.0.7-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el8ap.src", "product": { "name": "automation-controller-0:4.5.7-1.el8ap.src", "product_id": "automation-controller-0:4.5.7-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-requests-0:2.32.2-1.el8ap.src", "product": { "name": "python3x-requests-0:2.32.2-1.el8ap.src", "product_id": "python3x-requests-0:2.32.2-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-requests@2.32.2-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el8ap.src", "product": { "name": "receptor-0:1.4.8-1.el8ap.src", "product_id": "receptor-0:1.4.8-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "product": { "name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "product_id": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "product": { "name": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "product_id": "python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pulp-ansible@0.20.7-1.el8ap?arch=src\u0026epoch=1" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-black-0:22.8.0-2.el9ap.noarch", "product": { "name": "python3-black-0:22.8.0-2.el9ap.noarch", "product_id": "python3-black-0:22.8.0-2.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-black@22.8.0-2.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-pydantic-0:1.10.15-1.el9ap.noarch", "product": { "name": "python3-pydantic-0:1.10.15-1.el9ap.noarch", "product_id": "python3-pydantic-0:1.10.15-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pydantic@1.10.15-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-core-1:2.15.11-1.el9ap.noarch", "product": { "name": "ansible-core-1:2.15.11-1.el9ap.noarch", "product_id": "ansible-core-1:2.15.11-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el9ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "ansible-test-1:2.15.11-1.el9ap.noarch", "product": { "name": "ansible-test-1:2.15.11-1.el9ap.noarch", "product_id": "ansible-test-1:2.15.11-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-test@2.15.11-1.el9ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python3-gunicorn-0:22.0.0-1.el9ap.noarch", "product": { "name": "python3-gunicorn-0:22.0.0-1.el9ap.noarch", "product_id": "python3-gunicorn-0:22.0.0-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-gunicorn@22.0.0-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-sqlparse-0:0.5.0-1.el9ap.noarch", "product": { "name": "python3-sqlparse-0:0.5.0-1.el9ap.noarch", "product_id": "python3-sqlparse-0:0.5.0-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-sqlparse@0.5.0-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "product": { "name": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "product_id": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-social-auth-app-django@5.4.1-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-idna-0:3.7-1.el9ap.noarch", "product": { "name": "python3-idna-0:3.7-1.el9ap.noarch", "product_id": "python3-idna-0:3.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idna@3.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "product": { "name": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "product_id": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-galaxy-ng@4.9.2-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-hub-0:4.9.2-1.el9ap.noarch", "product": { "name": "automation-hub-0:4.9.2-1.el9ap.noarch", "product_id": "automation-hub-0:4.9.2-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-pulpcore-0:3.28.27-1.el9ap.noarch", "product": { "name": "python3-pulpcore-0:3.28.27-1.el9ap.noarch", "product_id": "python3-pulpcore-0:3.28.27-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pulpcore@3.28.27-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-jinja2-0:3.1.4-1.el9ap.noarch", "product": { "name": "python3-jinja2-0:3.1.4-1.el9ap.noarch", "product_id": "python3-jinja2-0:3.1.4-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.1.4-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "product": { "name": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "product_id": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pyOpenSSL@24.1.0-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.7-1.el9ap.noarch", "product": { "name": "automation-eda-controller-0:1.0.7-1.el9ap.noarch", "product_id": "automation-eda-controller-0:1.0.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "product": { "name": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "product_id": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "product": { "name": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "product_id": "automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-rulebook-0:1.0.7-1.el9ap.noarch", "product": { "name": "ansible-rulebook-0:1.0.7-1.el9ap.noarch", "product_id": "ansible-rulebook-0:1.0.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch", "product": { "name": "automation-controller-cli-0:4.5.7-1.el9ap.noarch", "product_id": "automation-controller-cli-0:4.5.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.5.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.5.7-1.el9ap.noarch", "product": { "name": "automation-controller-server-0:4.5.7-1.el9ap.noarch", "product_id": "automation-controller-server-0:4.5.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.5.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch", "product": { "name": "automation-controller-ui-0:4.5.7-1.el9ap.noarch", "product_id": "automation-controller-ui-0:4.5.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.5.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-requests-0:2.32.2-1.el9ap.noarch", "product": { "name": "python3-requests-0:2.32.2-1.el9ap.noarch", "product_id": "python3-requests-0:2.32.2-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-requests@2.32.2-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "receptorctl-0:1.4.8-1.el9ap.noarch", "product": { "name": "receptorctl-0:1.4.8-1.el9ap.noarch", "product_id": "receptorctl-0:1.4.8-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "product": { "name": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "product_id": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "product": { "name": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "product_id": "python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pulp-ansible@0.20.7-1.el9ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-pydantic-0:1.10.15-1.el8ap.noarch", "product": { "name": "python39-pydantic-0:1.10.15-1.el8ap.noarch", "product_id": "python39-pydantic-0:1.10.15-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pydantic@1.10.15-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-black-0:22.8.0-2.el8ap.noarch", "product": { "name": "python39-black-0:22.8.0-2.el8ap.noarch", "product_id": "python39-black-0:22.8.0-2.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-black@22.8.0-2.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-core-1:2.15.11-1.el8ap.noarch", "product": { "name": "ansible-core-1:2.15.11-1.el8ap.noarch", "product_id": "ansible-core-1:2.15.11-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.11-1.el8ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "ansible-test-1:2.15.11-1.el8ap.noarch", "product": { "name": "ansible-test-1:2.15.11-1.el8ap.noarch", "product_id": "ansible-test-1:2.15.11-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-test@2.15.11-1.el8ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python39-sqlparse-0:0.5.0-1.el8ap.noarch", "product": { "name": "python39-sqlparse-0:0.5.0-1.el8ap.noarch", "product_id": "python39-sqlparse-0:0.5.0-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-sqlparse@0.5.0-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-gunicorn-0:22.0.0-1.el8ap.noarch", "product": { "name": "python39-gunicorn-0:22.0.0-1.el8ap.noarch", "product_id": "python39-gunicorn-0:22.0.0-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-gunicorn@22.0.0-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-idna-0:3.7-1.el8ap.noarch", "product": { "name": "python39-idna-0:3.7-1.el8ap.noarch", "product_id": "python39-idna-0:3.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-idna@3.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "product": { "name": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "product_id": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-social-auth-app-django@5.4.1-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-hub-0:4.9.2-1.el8ap.noarch", "product": { "name": "automation-hub-0:4.9.2-1.el8ap.noarch", "product_id": "automation-hub-0:4.9.2-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-hub@4.9.2-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "product": { "name": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "product_id": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-galaxy-ng@4.9.2-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-jinja2-0:3.1.4-1.el8ap.noarch", "product": { "name": "python39-jinja2-0:3.1.4-1.el8ap.noarch", "product_id": "python39-jinja2-0:3.1.4-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-jinja2@3.1.4-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-pulpcore-0:3.28.27-1.el8ap.noarch", "product": { "name": "python39-pulpcore-0:3.28.27-1.el8ap.noarch", "product_id": "python39-pulpcore-0:3.28.27-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pulpcore@3.28.27-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "product": { "name": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "product_id": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pyOpenSSL@24.1.0-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.0.7-1.el8ap.noarch", "product": { "name": "automation-eda-controller-0:1.0.7-1.el8ap.noarch", "product_id": "automation-eda-controller-0:1.0.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.0.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "product": { "name": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "product_id": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-server@1.0.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "product": { "name": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "product_id": "automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-ui@1.0.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-rulebook-0:1.0.7-1.el8ap.noarch", "product": { "name": "ansible-rulebook-0:1.0.7-1.el8ap.noarch", "product_id": "ansible-rulebook-0:1.0.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-rulebook@1.0.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch", "product": { "name": "automation-controller-cli-0:4.5.7-1.el8ap.noarch", "product_id": "automation-controller-cli-0:4.5.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.5.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.5.7-1.el8ap.noarch", "product": { "name": "automation-controller-server-0:4.5.7-1.el8ap.noarch", "product_id": "automation-controller-server-0:4.5.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.5.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch", "product": { "name": "automation-controller-ui-0:4.5.7-1.el8ap.noarch", "product_id": "automation-controller-ui-0:4.5.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.5.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-requests-0:2.32.2-1.el8ap.noarch", "product": { "name": "python39-requests-0:2.32.2-1.el8ap.noarch", "product_id": "python39-requests-0:2.32.2-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-requests@2.32.2-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "receptorctl-0:1.4.8-1.el8ap.noarch", "product": { "name": "receptorctl-0:1.4.8-1.el8ap.noarch", "product_id": "receptorctl-0:1.4.8-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptorctl@1.4.8-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "product": { "name": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "product_id": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-7.1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "product": { "name": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "product_id": "python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pulp-ansible@0.20.7-1.el8ap?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "python3-pillow-0:10.3.0-1.el9ap.x86_64", "product": { "name": "python3-pillow-0:10.3.0-1.el9ap.x86_64", "product_id": "python3-pillow-0:10.3.0-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "product": { "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "product": { "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "product": { "name": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "product_id": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "product": { "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "product": { "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64", "product": { "name": "python3-cryptography-0:42.0.5-1.el9ap.x86_64", "product_id": "python3-cryptography-0:42.0.5-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "product": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "product": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el9ap.x86_64", "product": { "name": "automation-controller-0:4.5.7-1.el9ap.x86_64", "product_id": "automation-controller-0:4.5.7-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el9ap.x86_64", "product": { "name": "receptor-0:1.4.8-1.el9ap.x86_64", "product_id": "receptor-0:1.4.8-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pillow-0:10.3.0-1.el8ap.x86_64", "product": { "name": "python39-pillow-0:10.3.0-1.el8ap.x86_64", "product_id": "python39-pillow-0:10.3.0-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "product": { "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "product": { "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "product": { "name": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "product_id": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "product": { "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "product": { "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64", "product": { "name": "python39-cryptography-0:42.0.5-1.el8ap.x86_64", "product_id": "python39-cryptography-0:42.0.5-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "product": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "product": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el8ap.x86_64", "product": { "name": "automation-controller-0:4.5.7-1.el8ap.x86_64", "product_id": "automation-controller-0:4.5.7-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el8ap.x86_64", "product": { "name": "receptor-0:1.4.8-1.el8ap.x86_64", "product_id": "receptor-0:1.4.8-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-pillow-0:10.3.0-1.el9ap.ppc64le", "product": { "name": "python3-pillow-0:10.3.0-1.el9ap.ppc64le", "product_id": "python3-pillow-0:10.3.0-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "product": { "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "product": { "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "product": { "name": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "product_id": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "product": { "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "product": { "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "product": { "name": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "product_id": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "product": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "product": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el9ap.ppc64le", "product": { "name": "automation-controller-0:4.5.7-1.el9ap.ppc64le", "product_id": "automation-controller-0:4.5.7-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el9ap.ppc64le", "product": { "name": "receptor-0:1.4.8-1.el9ap.ppc64le", "product_id": "receptor-0:1.4.8-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pillow-0:10.3.0-1.el8ap.ppc64le", "product": { "name": "python39-pillow-0:10.3.0-1.el8ap.ppc64le", "product_id": "python39-pillow-0:10.3.0-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "product": { "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "product": { "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "product": { "name": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "product_id": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "product": { "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "product": { "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "product": { "name": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "product_id": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "product": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "product": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el8ap.ppc64le", "product": { "name": "automation-controller-0:4.5.7-1.el8ap.ppc64le", "product_id": "automation-controller-0:4.5.7-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el8ap.ppc64le", "product": { "name": "receptor-0:1.4.8-1.el8ap.ppc64le", "product_id": "receptor-0:1.4.8-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-pillow-0:10.3.0-1.el9ap.s390x", "product": { "name": "python3-pillow-0:10.3.0-1.el9ap.s390x", "product_id": "python3-pillow-0:10.3.0-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "product": { "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "product": { "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-aiohttp-0:3.9.5-1.el9ap.s390x", "product": { "name": "python3-aiohttp-0:3.9.5-1.el9ap.s390x", "product_id": "python3-aiohttp-0:3.9.5-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "product": { "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "product": { "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-0:42.0.5-1.el9ap.s390x", "product": { "name": "python3-cryptography-0:42.0.5-1.el9ap.s390x", "product_id": "python3-cryptography-0:42.0.5-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "product": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "product": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el9ap.s390x", "product": { "name": "automation-controller-0:4.5.7-1.el9ap.s390x", "product_id": "automation-controller-0:4.5.7-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el9ap.s390x", "product": { "name": "receptor-0:1.4.8-1.el9ap.s390x", "product_id": "receptor-0:1.4.8-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-pillow-0:10.3.0-1.el8ap.s390x", "product": { "name": "python39-pillow-0:10.3.0-1.el8ap.s390x", "product_id": "python39-pillow-0:10.3.0-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "product": { "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "product": { "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-aiohttp-0:3.9.5-1.el8ap.s390x", "product": { "name": "python39-aiohttp-0:3.9.5-1.el8ap.s390x", "product_id": "python39-aiohttp-0:3.9.5-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "product": { "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "product": { "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-0:42.0.5-1.el8ap.s390x", "product": { "name": "python39-cryptography-0:42.0.5-1.el8ap.s390x", "product_id": "python39-cryptography-0:42.0.5-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "product": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "product": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el8ap.s390x", "product": { "name": "automation-controller-0:4.5.7-1.el8ap.s390x", "product_id": "automation-controller-0:4.5.7-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el8ap.s390x", "product": { "name": "receptor-0:1.4.8-1.el8ap.s390x", "product_id": "receptor-0:1.4.8-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-pillow-0:10.3.0-1.el9ap.aarch64", "product": { "name": "python3-pillow-0:10.3.0-1.el9ap.aarch64", "product_id": "python3-pillow-0:10.3.0-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow@10.3.0-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "product": { "name": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "product_id": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pillow-debugsource@10.3.0-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "product": { "name": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "product_id": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pillow-debuginfo@10.3.0-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "product": { "name": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "product_id": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp@3.9.5-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "product": { "name": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "product_id": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-aiohttp-debugsource@3.9.5-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "product": { "name": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "product_id": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-aiohttp-debuginfo@3.9.5-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64", "product": { "name": "python3-cryptography-0:42.0.5-1.el9ap.aarch64", "product_id": "python3-cryptography-0:42.0.5-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography@42.0.5-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "product": { "name": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "product_id": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-cryptography-debugsource@42.0.5-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "product": { "name": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "product_id": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-cryptography-debuginfo@42.0.5-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el9ap.aarch64", "product": { "name": "automation-controller-0:4.5.7-1.el9ap.aarch64", "product_id": "automation-controller-0:4.5.7-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el9ap.aarch64", "product": { "name": "receptor-0:1.4.8-1.el9ap.aarch64", "product_id": "receptor-0:1.4.8-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pillow-0:10.3.0-1.el8ap.aarch64", "product": { "name": "python39-pillow-0:10.3.0-1.el8ap.aarch64", "product_id": "python39-pillow-0:10.3.0-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow@10.3.0-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "product": { "name": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "product_id": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pillow-debugsource@10.3.0-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "product": { "name": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "product_id": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pillow-debuginfo@10.3.0-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "product": { "name": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "product_id": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp@3.9.5-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "product": { "name": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "product_id": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-aiohttp-debugsource@3.9.5-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "product": { "name": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "product_id": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-aiohttp-debuginfo@3.9.5-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64", "product": { "name": "python39-cryptography-0:42.0.5-1.el8ap.aarch64", "product_id": "python39-cryptography-0:42.0.5-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography@42.0.5-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "product": { "name": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "product_id": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-cryptography-debugsource@42.0.5-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "product": { "name": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "product_id": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@42.0.5-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.7-1.el8ap.aarch64", "product": { "name": "automation-controller-0:4.5.7-1.el8ap.aarch64", "product_id": "automation-controller-0:4.5.7-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.7-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.7-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "receptor-0:1.4.8-1.el8ap.aarch64", "product": { "name": "receptor-0:1.4.8-1.el8ap.aarch64", "product_id": "receptor-0:1.4.8-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/receptor@1.4.8-1.el8ap?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-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:ansible-core-1:2.15.11-1.el8ap.noarch" }, "product_reference": "ansible-core-1:2.15.11-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-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:ansible-core-1:2.15.11-1.el8ap.src" }, "product_reference": "ansible-core-1:2.15.11-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.11-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:ansible-test-1:2.15.11-1.el8ap.noarch" }, "product_reference": "ansible-test-1:2.15.11-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-0:4.5.7-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.7-1.el8ap.aarch64" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el8ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el8ap.s390x" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el8ap.src" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el8ap.x86_64" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el8ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.7-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.7-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.7-1.el8ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.7-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.7-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.7-1.el8ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.7-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.7-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.7-1.el8ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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.7-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.7-1.el8ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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.7-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.7-1.el8ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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.7-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.7-1.el8ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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-black-0:22.8.0-2.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-black-0:22.8.0-2.el8ap.noarch" }, "product_reference": "python39-black-0:22.8.0-2.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-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:python39-cryptography-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-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:python39-cryptography-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-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:python39-cryptography-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-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:python39-cryptography-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:42.0.5-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-cryptography-debuginfo-0:42.0.5-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:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-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:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-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:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-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:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-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-idna-0:3.7-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-idna-0:3.7-1.el8ap.noarch" }, "product_reference": "python39-idna-0:3.7-1.el8ap.noarch", "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.4-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.4-1.el8ap.noarch" }, "product_reference": "python39-jinja2-0:3.1.4-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.32.2-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-requests-0:2.32.2-1.el8ap.noarch" }, "product_reference": "python39-requests-0:2.32.2-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-black-0:22.8.0-2.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-black-0:22.8.0-2.el8ap.src" }, "product_reference": "python3x-black-0:22.8.0-2.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-0:42.0.5-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-cryptography-0:42.0.5-1.el8ap.src" }, "product_reference": "python3x-cryptography-0:42.0.5-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-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:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-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:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-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:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-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:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-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": "python3x-idna-0:3.7-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-idna-0:3.7-1.el8ap.src" }, "product_reference": "python3x-idna-0:3.7-1.el8ap.src", "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.4-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.4-1.el8ap.src" }, "product_reference": "python3x-jinja2-0:3.1.4-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-requests-0:2.32.2-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-requests-0:2.32.2-1.el8ap.src" }, "product_reference": "python3x-requests-0:2.32.2-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el8ap.aarch64" }, "product_reference": "receptor-0:1.4.8-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el8ap.ppc64le" }, "product_reference": "receptor-0:1.4.8-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el8ap.s390x" }, "product_reference": "receptor-0:1.4.8-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el8ap.src" }, "product_reference": "receptor-0:1.4.8-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el8ap.x86_64" }, "product_reference": "receptor-0:1.4.8-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": "receptorctl-0:1.4.8-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:receptorctl-0:1.4.8-1.el8ap.noarch" }, "product_reference": "receptorctl-0:1.4.8-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-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:ansible-core-1:2.15.11-1.el8ap.noarch" }, "product_reference": "ansible-core-1:2.15.11-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-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:ansible-core-1:2.15.11-1.el8ap.src" }, "product_reference": "ansible-core-1:2.15.11-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.11-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:ansible-test-1:2.15.11-1.el8ap.noarch" }, "product_reference": "ansible-test-1:2.15.11-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-black-0:22.8.0-2.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-black-0:22.8.0-2.el8ap.noarch" }, "product_reference": "python39-black-0:22.8.0-2.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-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-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-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-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-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-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-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-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-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-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-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-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-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-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-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-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python39-jinja2-0:3.1.4-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.4-1.el8ap.noarch" }, "product_reference": "python39-jinja2-0:3.1.4-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-black-0:22.8.0-2.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-black-0:22.8.0-2.el8ap.src" }, "product_reference": "python3x-black-0:22.8.0-2.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-0:42.0.5-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-cryptography-0:42.0.5-1.el8ap.src" }, "product_reference": "python3x-cryptography-0:42.0.5-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-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-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-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-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-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-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-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-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "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.4-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.4-1.el8ap.src" }, "product_reference": "python3x-jinja2-0:3.1.4-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64" }, "product_reference": "receptor-0:1.4.8-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le" }, "product_reference": "receptor-0:1.4.8-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x" }, "product_reference": "receptor-0:1.4.8-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el8ap.src" }, "product_reference": "receptor-0:1.4.8-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64" }, "product_reference": "receptor-0:1.4.8-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptorctl-0:1.4.8-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:receptorctl-0:1.4.8-1.el8ap.noarch" }, "product_reference": "receptorctl-0:1.4.8-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.4-7.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:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch" }, "product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.4-7.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:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src" }, "product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-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:ansible-core-1:2.15.11-1.el8ap.noarch" }, "product_reference": "ansible-core-1:2.15.11-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-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:ansible-core-1:2.15.11-1.el8ap.src" }, "product_reference": "ansible-core-1:2.15.11-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-rulebook-0:1.0.7-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:ansible-rulebook-0:1.0.7-1.el8ap.noarch" }, "product_reference": "ansible-rulebook-0:1.0.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-rulebook-0:1.0.7-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:ansible-rulebook-0:1.0.7-1.el8ap.src" }, "product_reference": "ansible-rulebook-0:1.0.7-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.11-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:ansible-test-1:2.15.11-1.el8ap.noarch" }, "product_reference": "ansible-test-1:2.15.11-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-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.7-1.el8ap.aarch64" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el8ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el8ap.s390x" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el8ap.src" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el8ap.x86_64" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el8ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.7-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.7-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.7-1.el8ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.7-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.7-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.7-1.el8ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.7-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.7-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.7-1.el8ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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.7-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.7-1.el8ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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.7-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.7-1.el8ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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.7-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.7-1.el8ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.7-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-eda-controller-0:1.0.7-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-0:1.0.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.7-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-eda-controller-0:1.0.7-1.el8ap.src" }, "product_reference": "automation-eda-controller-0:1.0.7-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-server-0:1.0.7-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-eda-controller-server-0:1.0.7-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-ui-0:1.0.7-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-eda-controller-ui-0:1.0.7-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-ui-0:1.0.7-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.2-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.2-1.el8ap.noarch" }, "product_reference": "automation-hub-0:4.9.2-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.2-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.2-1.el8ap.src" }, "product_reference": "automation-hub-0:4.9.2-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-0:3.9.5-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:python39-aiohttp-0:3.9.5-1.el8ap.aarch64" }, "product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-0:3.9.5-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:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le" }, "product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-0:3.9.5-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:python39-aiohttp-0:3.9.5-1.el8ap.s390x" }, "product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-0:3.9.5-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:python39-aiohttp-0:3.9.5-1.el8ap.x86_64" }, "product_reference": "python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-debuginfo-0:3.9.5-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:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64" }, "product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-debuginfo-0:3.9.5-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:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le" }, "product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-debuginfo-0:3.9.5-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:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x" }, "product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-aiohttp-debuginfo-0:3.9.5-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:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64" }, "product_reference": "python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-black-0:22.8.0-2.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-black-0:22.8.0-2.el8ap.noarch" }, "product_reference": "python39-black-0:22.8.0-2.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-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:python39-cryptography-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-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:python39-cryptography-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-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:python39-cryptography-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-0:42.0.5-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:python39-cryptography-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python39-cryptography-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-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:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-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:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-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:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-cryptography-debuginfo-0:42.0.5-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:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-galaxy-ng-0:4.9.2-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.2-1.el8ap.noarch" }, "product_reference": "python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-gunicorn-0:22.0.0-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-gunicorn-0:22.0.0-1.el8ap.noarch" }, "product_reference": "python39-gunicorn-0:22.0.0-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idna-0:3.7-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-idna-0:3.7-1.el8ap.noarch" }, "product_reference": "python39-idna-0:3.7-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.4-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.4-1.el8ap.noarch" }, "product_reference": "python39-jinja2-0:3.1.4-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-0:10.3.0-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:python39-pillow-0:10.3.0-1.el8ap.aarch64" }, "product_reference": "python39-pillow-0:10.3.0-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-0:10.3.0-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:python39-pillow-0:10.3.0-1.el8ap.ppc64le" }, "product_reference": "python39-pillow-0:10.3.0-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-0:10.3.0-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:python39-pillow-0:10.3.0-1.el8ap.s390x" }, "product_reference": "python39-pillow-0:10.3.0-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-0:10.3.0-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:python39-pillow-0:10.3.0-1.el8ap.x86_64" }, "product_reference": "python39-pillow-0:10.3.0-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-debuginfo-0:10.3.0-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:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64" }, "product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-debuginfo-0:10.3.0-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:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le" }, "product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-debuginfo-0:10.3.0-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:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x" }, "product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pillow-debuginfo-0:10.3.0-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:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64" }, "product_reference": "python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pulp-ansible-1:0.20.7-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-pulp-ansible-1:0.20.7-1.el8ap.noarch" }, "product_reference": "python39-pulp-ansible-1:0.20.7-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.27-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.27-1.el8ap.noarch" }, "product_reference": "python39-pulpcore-0:3.28.27-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pyOpenSSL-0:24.1.0-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-pyOpenSSL-0:24.1.0-1.el8ap.noarch" }, "product_reference": "python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-pydantic-0:1.10.15-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-pydantic-0:1.10.15-1.el8ap.noarch" }, "product_reference": "python39-pydantic-0:1.10.15-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-requests-0:2.32.2-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-requests-0:2.32.2-1.el8ap.noarch" }, "product_reference": "python39-requests-0:2.32.2-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-social-auth-app-django-0:5.4.1-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-social-auth-app-django-0:5.4.1-1.el8ap.noarch" }, "product_reference": "python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-sqlparse-0:0.5.0-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-sqlparse-0:0.5.0-1.el8ap.noarch" }, "product_reference": "python39-sqlparse-0:0.5.0-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-aiohttp-0:3.9.5-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-aiohttp-0:3.9.5-1.el8ap.src" }, "product_reference": "python3x-aiohttp-0:3.9.5-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-aiohttp-debugsource-0:3.9.5-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:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64" }, "product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-aiohttp-debugsource-0:3.9.5-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:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le" }, "product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-aiohttp-debugsource-0:3.9.5-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:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x" }, "product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-aiohttp-debugsource-0:3.9.5-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:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64" }, "product_reference": "python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-black-0:22.8.0-2.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-black-0:22.8.0-2.el8ap.src" }, "product_reference": "python3x-black-0:22.8.0-2.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-0:42.0.5-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-cryptography-0:42.0.5-1.el8ap.src" }, "product_reference": "python3x-cryptography-0:42.0.5-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-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:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-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:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-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:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-cryptography-debugsource-0:42.0.5-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:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64" }, "product_reference": "python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-galaxy-ng-0:4.9.2-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.2-1.el8ap.src" }, "product_reference": "python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-gunicorn-0:22.0.0-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-gunicorn-0:22.0.0-1.el8ap.src" }, "product_reference": "python3x-gunicorn-0:22.0.0-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-idna-0:3.7-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-idna-0:3.7-1.el8ap.src" }, "product_reference": "python3x-idna-0:3.7-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.4-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.4-1.el8ap.src" }, "product_reference": "python3x-jinja2-0:3.1.4-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pillow-0:10.3.0-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-pillow-0:10.3.0-1.el8ap.src" }, "product_reference": "python3x-pillow-0:10.3.0-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pillow-debugsource-0:10.3.0-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:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64" }, "product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pillow-debugsource-0:10.3.0-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:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le" }, "product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pillow-debugsource-0:10.3.0-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:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x" }, "product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pillow-debugsource-0:10.3.0-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:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64" }, "product_reference": "python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pulp-ansible-1:0.20.7-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-pulp-ansible-1:0.20.7-1.el8ap.src" }, "product_reference": "python3x-pulp-ansible-1:0.20.7-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.27-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.27-1.el8ap.src" }, "product_reference": "python3x-pulpcore-0:3.28.27-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pyOpenSSL-0:24.1.0-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-pyOpenSSL-0:24.1.0-1.el8ap.src" }, "product_reference": "python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-pydantic-0:1.10.15-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-pydantic-0:1.10.15-1.el8ap.src" }, "product_reference": "python3x-pydantic-0:1.10.15-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-requests-0:2.32.2-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-requests-0:2.32.2-1.el8ap.src" }, "product_reference": "python3x-requests-0:2.32.2-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-social-auth-app-django-0:5.4.1-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-social-auth-app-django-0:5.4.1-1.el8ap.src" }, "product_reference": "python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-sqlparse-0:0.5.0-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-sqlparse-0:0.5.0-1.el8ap.src" }, "product_reference": "python3x-sqlparse-0:0.5.0-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el8ap.aarch64" }, "product_reference": "receptor-0:1.4.8-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el8ap.ppc64le" }, "product_reference": "receptor-0:1.4.8-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el8ap.s390x" }, "product_reference": "receptor-0:1.4.8-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el8ap.src" }, "product_reference": "receptor-0:1.4.8-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el8ap.x86_64" }, "product_reference": "receptor-0:1.4.8-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptorctl-0:1.4.8-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:receptorctl-0:1.4.8-1.el8ap.noarch" }, "product_reference": "receptorctl-0:1.4.8-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-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:ansible-core-1:2.15.11-1.el9ap.noarch" }, "product_reference": "ansible-core-1:2.15.11-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-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:ansible-core-1:2.15.11-1.el9ap.src" }, "product_reference": "ansible-core-1:2.15.11-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.11-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:ansible-test-1:2.15.11-1.el9ap.noarch" }, "product_reference": "ansible-test-1:2.15.11-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-0:4.5.7-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.7-1.el9ap.aarch64" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el9ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el9ap.s390x" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el9ap.src" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el9ap.x86_64" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el9ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.7-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.7-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.7-1.el9ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.7-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.7-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.7-1.el9ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.7-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.7-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.7-1.el9ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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.7-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.7-1.el9ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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.7-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.7-1.el9ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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.7-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.7-1.el9ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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-black-0:22.8.0-2.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-black-0:22.8.0-2.el9ap.src" }, "product_reference": "python-black-0:22.8.0-2.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:42.0.5-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-cryptography-0:42.0.5-1.el9ap.src" }, "product_reference": "python-cryptography-0:42.0.5-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-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:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-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:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-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:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-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:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-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-idna-0:3.7-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-idna-0:3.7-1.el9ap.src" }, "product_reference": "python-idna-0:3.7-1.el9ap.src", "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.4-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.4-1.el9ap.src" }, "product_reference": "python-jinja2-0:3.1.4-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.32.2-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-requests-0:2.32.2-1.el9ap.src" }, "product_reference": "python-requests-0:2.32.2-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-black-0:22.8.0-2.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-black-0:22.8.0-2.el9ap.noarch" }, "product_reference": "python3-black-0:22.8.0-2.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-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:python3-cryptography-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-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:python3-cryptography-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-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:python3-cryptography-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-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:python3-cryptography-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:42.0.5-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": "python3-cryptography-debuginfo-0:42.0.5-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:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-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:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-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:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-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:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-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": "python3-idna-0:3.7-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-idna-0:3.7-1.el9ap.noarch" }, "product_reference": "python3-idna-0:3.7-1.el9ap.noarch", "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.4-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.4-1.el9ap.noarch" }, "product_reference": "python3-jinja2-0:3.1.4-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-requests-0:2.32.2-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-requests-0:2.32.2-1.el9ap.noarch" }, "product_reference": "python3-requests-0:2.32.2-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el9ap.aarch64" }, "product_reference": "receptor-0:1.4.8-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el9ap.ppc64le" }, "product_reference": "receptor-0:1.4.8-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el9ap.s390x" }, "product_reference": "receptor-0:1.4.8-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el9ap.src" }, "product_reference": "receptor-0:1.4.8-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el9ap.x86_64" }, "product_reference": "receptor-0:1.4.8-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": "receptorctl-0:1.4.8-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:receptorctl-0:1.4.8-1.el9ap.noarch" }, "product_reference": "receptorctl-0:1.4.8-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-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:ansible-core-1:2.15.11-1.el9ap.noarch" }, "product_reference": "ansible-core-1:2.15.11-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-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:ansible-core-1:2.15.11-1.el9ap.src" }, "product_reference": "ansible-core-1:2.15.11-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.11-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:ansible-test-1:2.15.11-1.el9ap.noarch" }, "product_reference": "ansible-test-1:2.15.11-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-black-0:22.8.0-2.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-black-0:22.8.0-2.el9ap.src" }, "product_reference": "python-black-0:22.8.0-2.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:42.0.5-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-cryptography-0:42.0.5-1.el9ap.src" }, "product_reference": "python-cryptography-0:42.0.5-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-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-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-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-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-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-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-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-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.1.4-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.4-1.el9ap.src" }, "product_reference": "python-jinja2-0:3.1.4-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-black-0:22.8.0-2.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-black-0:22.8.0-2.el9ap.noarch" }, "product_reference": "python3-black-0:22.8.0-2.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-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-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-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-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-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-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-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-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-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-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-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-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-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-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-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-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "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.4-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.4-1.el9ap.noarch" }, "product_reference": "python3-jinja2-0:3.1.4-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64" }, "product_reference": "receptor-0:1.4.8-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le" }, "product_reference": "receptor-0:1.4.8-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x" }, "product_reference": "receptor-0:1.4.8-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el9ap.src" }, "product_reference": "receptor-0:1.4.8-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64" }, "product_reference": "receptor-0:1.4.8-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "receptorctl-0:1.4.8-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:receptorctl-0:1.4.8-1.el9ap.noarch" }, "product_reference": "receptorctl-0:1.4.8-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.4-7.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:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch" }, "product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.4-7.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:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src" }, "product_reference": "ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-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:ansible-core-1:2.15.11-1.el9ap.noarch" }, "product_reference": "ansible-core-1:2.15.11-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.11-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:ansible-core-1:2.15.11-1.el9ap.src" }, "product_reference": "ansible-core-1:2.15.11-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-rulebook-0:1.0.7-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:ansible-rulebook-0:1.0.7-1.el9ap.noarch" }, "product_reference": "ansible-rulebook-0:1.0.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-rulebook-0:1.0.7-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:ansible-rulebook-0:1.0.7-1.el9ap.src" }, "product_reference": "ansible-rulebook-0:1.0.7-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.11-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:ansible-test-1:2.15.11-1.el9ap.noarch" }, "product_reference": "ansible-test-1:2.15.11-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.7-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.7-1.el9ap.aarch64" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el9ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el9ap.s390x" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el9ap.src" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el9ap.x86_64" }, "product_reference": "automation-controller-0:4.5.7-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.7-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.7-1.el9ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.7-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.7-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.7-1.el9ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.7-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.7-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.7-1.el9ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.7-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.7-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.7-1.el9ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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.7-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.7-1.el9ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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.7-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.7-1.el9ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-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.7-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.7-1.el9ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.7-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-eda-controller-0:1.0.7-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-0:1.0.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.0.7-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-eda-controller-0:1.0.7-1.el9ap.src" }, "product_reference": "automation-eda-controller-0:1.0.7-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-server-0:1.0.7-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-eda-controller-server-0:1.0.7-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-ui-0:1.0.7-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-eda-controller-ui-0:1.0.7-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-ui-0:1.0.7-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.2-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.2-1.el9ap.noarch" }, "product_reference": "automation-hub-0:4.9.2-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.2-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.2-1.el9ap.src" }, "product_reference": "automation-hub-0:4.9.2-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-0:3.9.5-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-aiohttp-0:3.9.5-1.el9ap.src" }, "product_reference": "python-aiohttp-0:3.9.5-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-debugsource-0:3.9.5-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:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64" }, "product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-debugsource-0:3.9.5-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:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le" }, "product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-debugsource-0:3.9.5-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:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x" }, "product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-aiohttp-debugsource-0:3.9.5-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:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64" }, "product_reference": "python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-black-0:22.8.0-2.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-black-0:22.8.0-2.el9ap.src" }, "product_reference": "python-black-0:22.8.0-2.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-0:42.0.5-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-cryptography-0:42.0.5-1.el9ap.src" }, "product_reference": "python-cryptography-0:42.0.5-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-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:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-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:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-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:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-cryptography-debugsource-0:42.0.5-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:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-galaxy-ng-0:4.9.2-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.2-1.el9ap.src" }, "product_reference": "python-galaxy-ng-0:4.9.2-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gunicorn-0:22.0.0-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-gunicorn-0:22.0.0-1.el9ap.src" }, "product_reference": "python-gunicorn-0:22.0.0-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:3.7-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-idna-0:3.7-1.el9ap.src" }, "product_reference": "python-idna-0:3.7-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.4-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.4-1.el9ap.src" }, "product_reference": "python-jinja2-0:3.1.4-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-0:10.3.0-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-pillow-0:10.3.0-1.el9ap.src" }, "product_reference": "python-pillow-0:10.3.0-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-debugsource-0:10.3.0-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:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64" }, "product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-debugsource-0:10.3.0-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:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le" }, "product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-debugsource-0:10.3.0-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:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x" }, "product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pillow-debugsource-0:10.3.0-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:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64" }, "product_reference": "python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pulp-ansible-1:0.20.7-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-pulp-ansible-1:0.20.7-1.el9ap.src" }, "product_reference": "python-pulp-ansible-1:0.20.7-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.27-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.27-1.el9ap.src" }, "product_reference": "python-pulpcore-0:3.28.27-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pyOpenSSL-0:24.1.0-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-pyOpenSSL-0:24.1.0-1.el9ap.src" }, "product_reference": "python-pyOpenSSL-0:24.1.0-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-pydantic-0:1.10.15-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-pydantic-0:1.10.15-1.el9ap.src" }, "product_reference": "python-pydantic-0:1.10.15-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.32.2-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-requests-0:2.32.2-1.el9ap.src" }, "product_reference": "python-requests-0:2.32.2-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-social-auth-app-django-0:5.4.1-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-social-auth-app-django-0:5.4.1-1.el9ap.src" }, "product_reference": "python-social-auth-app-django-0:5.4.1-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlparse-0:0.5.0-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-sqlparse-0:0.5.0-1.el9ap.src" }, "product_reference": "python-sqlparse-0:0.5.0-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-0:3.9.5-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:python3-aiohttp-0:3.9.5-1.el9ap.aarch64" }, "product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-0:3.9.5-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:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le" }, "product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-0:3.9.5-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:python3-aiohttp-0:3.9.5-1.el9ap.s390x" }, "product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-0:3.9.5-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:python3-aiohttp-0:3.9.5-1.el9ap.x86_64" }, "product_reference": "python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-debuginfo-0:3.9.5-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:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64" }, "product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-debuginfo-0:3.9.5-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:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le" }, "product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-debuginfo-0:3.9.5-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:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x" }, "product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-aiohttp-debuginfo-0:3.9.5-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:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64" }, "product_reference": "python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-black-0:22.8.0-2.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-black-0:22.8.0-2.el9ap.noarch" }, "product_reference": "python3-black-0:22.8.0-2.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-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:python3-cryptography-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-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:python3-cryptography-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-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:python3-cryptography-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-0:42.0.5-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:python3-cryptography-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python3-cryptography-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-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:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-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:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-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:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-cryptography-debuginfo-0:42.0.5-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:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" }, "product_reference": "python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-galaxy-ng-0:4.9.2-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.2-1.el9ap.noarch" }, "product_reference": "python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-gunicorn-0:22.0.0-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-gunicorn-0:22.0.0-1.el9ap.noarch" }, "product_reference": "python3-gunicorn-0:22.0.0-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idna-0:3.7-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-idna-0:3.7-1.el9ap.noarch" }, "product_reference": "python3-idna-0:3.7-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.4-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.4-1.el9ap.noarch" }, "product_reference": "python3-jinja2-0:3.1.4-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-0:10.3.0-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:python3-pillow-0:10.3.0-1.el9ap.aarch64" }, "product_reference": "python3-pillow-0:10.3.0-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-0:10.3.0-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:python3-pillow-0:10.3.0-1.el9ap.ppc64le" }, "product_reference": "python3-pillow-0:10.3.0-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-0:10.3.0-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:python3-pillow-0:10.3.0-1.el9ap.s390x" }, "product_reference": "python3-pillow-0:10.3.0-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-0:10.3.0-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:python3-pillow-0:10.3.0-1.el9ap.x86_64" }, "product_reference": "python3-pillow-0:10.3.0-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-debuginfo-0:10.3.0-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:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64" }, "product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-debuginfo-0:10.3.0-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:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le" }, "product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-debuginfo-0:10.3.0-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:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x" }, "product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pillow-debuginfo-0:10.3.0-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:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64" }, "product_reference": "python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pulp-ansible-1:0.20.7-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-pulp-ansible-1:0.20.7-1.el9ap.noarch" }, "product_reference": "python3-pulp-ansible-1:0.20.7-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.27-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.27-1.el9ap.noarch" }, "product_reference": "python3-pulpcore-0:3.28.27-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pyOpenSSL-0:24.1.0-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-pyOpenSSL-0:24.1.0-1.el9ap.noarch" }, "product_reference": "python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-pydantic-0:1.10.15-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-pydantic-0:1.10.15-1.el9ap.noarch" }, "product_reference": "python3-pydantic-0:1.10.15-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-requests-0:2.32.2-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-requests-0:2.32.2-1.el9ap.noarch" }, "product_reference": "python3-requests-0:2.32.2-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-social-auth-app-django-0:5.4.1-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-social-auth-app-django-0:5.4.1-1.el9ap.noarch" }, "product_reference": "python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-sqlparse-0:0.5.0-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-sqlparse-0:0.5.0-1.el9ap.noarch" }, "product_reference": "python3-sqlparse-0:0.5.0-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el9ap.aarch64" }, "product_reference": "receptor-0:1.4.8-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el9ap.ppc64le" }, "product_reference": "receptor-0:1.4.8-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el9ap.s390x" }, "product_reference": "receptor-0:1.4.8-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el9ap.src" }, "product_reference": "receptor-0:1.4.8-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptor-0:1.4.8-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:receptor-0:1.4.8-1.el9ap.x86_64" }, "product_reference": "receptor-0:1.4.8-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "receptorctl-0:1.4.8-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:receptorctl-0:1.4.8-1.el9ap.noarch" }, "product_reference": "receptorctl-0:1.4.8-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-5752", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "discovery_date": "2023-11-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2250765" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Python pip package. The pip could allow a local authenticated attacker to bypass security restrictions due to a flaw when installing a package from a Mercurial VCS URL. By sending a specially crafted request, an attacker can inject arbitrary configuration options to the \"hg clone\" call to modify how and which repository is installed.", "title": "Vulnerability description" }, { "category": "summary", "text": "pip: Mercurial configuration injectable in repo revision when installing via pip", "title": "Vulnerability summary" }, { "category": "other", "text": "Mercurial is not available in RHEL 8 and 9, so the vulnerability cannot be exploited. Without mercurial installed (the hg command), pip cannot clone and install from hg+http[s] URLs.", "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.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-5752" }, { "category": "external", "summary": "RHBZ#2250765", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2250765" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-5752", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5752" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-5752", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5752" }, { "category": "external", "summary": "https://github.com/pypa/pip/pull/12306", "url": "https://github.com/pypa/pip/pull/12306" }, { "category": "external", "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/F4PL35U6X4VVHZ5ILJU3PWUWN7H7LZXL/", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/F4PL35U6X4VVHZ5ILJU3PWUWN7H7LZXL/" } ], "release_date": "2023-10-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "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.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.3, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "pip: Mercurial configuration injectable in repo revision when installing via pip" }, { "acknowledgments": [ { "names": [ "Bartek Nowotarski" ], "organization": "nowotarski.info" } ], "cve": "CVE-2023-45288", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268273" } ], "notes": [ { "category": "description", "text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected", "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:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-45288" }, { "category": "external", "summary": "RHBZ#2268273", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45288" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288" }, { "category": "external", "summary": "https://nowotarski.info/http2-continuation-flood/", "url": "https://nowotarski.info/http2-continuation-flood/" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-2687", "url": "https://pkg.go.dev/vuln/GO-2024-2687" }, { "category": "external", "summary": "https://www.kb.cert.org/vuls/id/421644", "url": "https://www.kb.cert.org/vuls/id/421644" } ], "release_date": "2024-04-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "workaround", "details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "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.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS" }, { "cve": "CVE-2023-45290", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2024-03-05T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268017" } ], "notes": [ { "category": "description", "text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm", "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-45290" }, { "category": "external", "summary": "RHBZ#2268017", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45290" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4", "url": "http://www.openwall.com/lists/oss-security/2024/03/08/4" }, { "category": "external", "summary": "https://go.dev/cl/569341", "url": "https://go.dev/cl/569341" }, { "category": "external", "summary": "https://go.dev/issue/65383", "url": "https://go.dev/issue/65383" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg", "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-2599", "url": "https://pkg.go.dev/vuln/GO-2024-2599" }, { "category": "external", "summary": "https://security.netapp.com/advisory/ntap-20240329-0004", "url": "https://security.netapp.com/advisory/ntap-20240329-0004" } ], "release_date": "2024-03-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm" }, { "cve": "CVE-2023-49083", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2023-12-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2255331" } ], "notes": [ { "category": "description", "text": "A null-pointer dereference vulnerability was found in python-cryptography during the loading of PKCS7 certificates. Invoking \"load_pem_pkcs7_certificates\" or \"load_der_pkcs7_certificates\" can trigger this issue and lead to subsequent segmentation fault and result in a Denial of Service (DoS) for any application aiming to deserialize a PKCS7 blob or certificate. The potential impact includes disruptions in system availability and stability.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: NULL-dereference when loading PKCS7 certificates", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability arises when functions like \"load_pem_pkcs7_certificates\" or \"load_der_pkcs7_certificates\" are invoked, triggering the issue during the deserialization of PKCS7 blobs or certificates. The moderate rating is based on the fact that the vulnerability can lead to a segmentation fault, posing a risk of disrupting the normal functioning of any application attempting to deserialize the mentioned certificates. While the impact is significant in terms of service denial and potential system instability, the severity is deemed moderate as it does not directly expose sensitive data or allow for remote code execution, focusing primarily on the localized consequences of a DoS scenario.", "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:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-49083" }, { "category": "external", "summary": "RHBZ#2255331", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255331" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-49083", "url": "https://www.cve.org/CVERecord?id=CVE-2023-49083" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-49083", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49083" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a", "url": "https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/pull/9926", "url": "https://github.com/pyca/cryptography/pull/9926" }, { "category": "external", "summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-jfhm-5ghh-2f97", "url": "https://github.com/pyca/cryptography/security/advisories/GHSA-jfhm-5ghh-2f97" } ], "release_date": "2023-11-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "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.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: NULL-dereference when loading PKCS7 certificates" }, { "cve": "CVE-2023-50447", "cwe": { "id": "CWE-77", "name": "Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)" }, "discovery_date": "2024-01-22T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2259479" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in Pillow, a popular Python imaging library. The flaw identified in the PIL.ImageMath.eval function enables arbitrary code execution by manipulating the environment parameter.", "title": "Vulnerability description" }, { "category": "summary", "text": "pillow: Arbitrary Code Execution via the environment parameter", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability in Pillow\u0027s PIL.ImageMath.eval function poses a significant threat due to its potential for arbitrary code execution. Pillow\u0027s widespread use in diverse domains makes this flaw particularly impactful, as it could lead to unauthorized access, data breaches, and compromise of entire systems. The complex exploitation method involving Python\u0027s dunder methods adds sophistication to potential attacks.", "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:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-50447" }, { "category": "external", "summary": "RHBZ#2259479", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2259479" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-50447", "url": "https://www.cve.org/CVERecord?id=CVE-2023-50447" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-50447", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50447" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2024/01/20/1", "url": "http://www.openwall.com/lists/oss-security/2024/01/20/1" }, { "category": "external", "summary": "https://devhub.checkmarx.com/cve-details/CVE-2023-50447/", "url": "https://devhub.checkmarx.com/cve-details/CVE-2023-50447/" }, { "category": "external", "summary": "https://duartecsantos.github.io/2023-01-02-CVE-2023-50447/", "url": "https://duartecsantos.github.io/2023-01-02-CVE-2023-50447/" }, { "category": "external", "summary": "https://github.com/python-pillow/Pillow/releases", "url": "https://github.com/python-pillow/Pillow/releases" } ], "release_date": "2024-01-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "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.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "pillow: Arbitrary Code Execution via the environment parameter" }, { "cve": "CVE-2024-1135", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2024-04-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275280" } ], "notes": [ { "category": "description", "text": "An HTTP Request Smuggling vulnerability was found in Gunicorn. By crafting requests with conflicting Transfer-Encoding headers, attackers can bypass security restrictions and access restricted endpoints. This issue is due to Gunicorn\u0027s handling of Transfer-Encoding headers, where it incorrectly processes requests with multiple, conflicting Transfer-Encoding headers, treating them as chunked regardless of the final encoding specified. This vulnerability allows for a range of attacks, including cache poisoning, session manipulation, and data exposure.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers", "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": [ "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-1135" }, { "category": "external", "summary": "RHBZ#2275280", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275280" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-1135", "url": "https://www.cve.org/CVERecord?id=CVE-2024-1135" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1135", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1135" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-w3h3-4rj7-4ph4", "url": "https://github.com/advisories/GHSA-w3h3-4rj7-4ph4" }, { "category": "external", "summary": "https://github.com/benoitc/gunicorn/commit/ac29c9b0a758d21f1e0fb3b3457239e523fa9f1d", "url": "https://github.com/benoitc/gunicorn/commit/ac29c9b0a758d21f1e0fb3b3457239e523fa9f1d" }, { "category": "external", "summary": "https://huntr.com/bounties/22158e34-cfd5-41ad-97e0-a780773d96c1", "url": "https://huntr.com/bounties/22158e34-cfd5-41ad-97e0-a780773d96c1" } ], "release_date": "2024-04-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "workaround", "details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python-gunicorn: HTTP Request Smuggling due to improper validation of Transfer-Encoding headers" }, { "cve": "CVE-2024-3651", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-04-12T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2274779" } ], "notes": [ { "category": "description", "text": "A flaw was found in the python-idna library. A malicious argument was sent to the idna.encode() function can trigger an uncontrolled resource consumption, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability in the idna.encode() function, allowing for resource consumption via specially crafted arguments, is categorized as a moderate severity issue due to its potential impact on system availability rather than data integrity or confidentiality. While the vulnerability can lead to a denial-of-service condition, it requires the passing of unusually large or maliciously crafted inputs to exploit. Normal usage scenarios typically do not encounter such inputs.", "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:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-3651" }, { "category": "external", "summary": "RHBZ#2274779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274779" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-3651", "url": "https://www.cve.org/CVERecord?id=CVE-2024-3651" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3651" } ], "release_date": "2024-04-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-idna: potential DoS via resource consumption via specially crafted inputs to idna.encode()" }, { "cve": "CVE-2024-3772", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-04-15T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275106" } ], "notes": [ { "category": "description", "text": "A flaw was found in Pydantic, where it did not properly validate regular expressions containing white spaces. This flaw allows remote users to cause a denial of service attack via a crafted email string.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-pydantic: regular expression denial of service via crafted email string", "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-3772" }, { "category": "external", "summary": "RHBZ#2275106", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275106" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-3772", "url": "https://www.cve.org/CVERecord?id=CVE-2024-3772" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3772", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3772" } ], "release_date": "2024-04-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "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.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-pydantic: regular expression denial of service via crafted email string" }, { "cve": "CVE-2024-4340", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "discovery_date": "2024-04-30T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2278038" } ], "notes": [ { "category": "description", "text": "A flaw was found in sqlparse. This issue occurs in a heavily nested list in sqlparse.parse(), where a recursion error may be triggered, which can lead to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "sqlparse: parsing heavily nested list leads to denial of service", "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": [ "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-4340" }, { "category": "external", "summary": "RHBZ#2278038", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278038" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-4340", "url": "https://www.cve.org/CVERecord?id=CVE-2024-4340" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-4340", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4340" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-2m57-hf25-phgg", "url": "https://github.com/advisories/GHSA-2m57-hf25-phgg" } ], "release_date": "2024-04-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "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.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "sqlparse: parsing heavily nested list leads to denial of service" }, { "cve": "CVE-2024-21503", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-03-19T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2270236" } ], "notes": [ { "category": "description", "text": "The python-black package is susceptible to a regular expression denial of service (ReDoS) vulnerability, found in the lines_with_leading_tabs_expanded() function within the strings.py file. This vulnerability could be exploited by running Black on untrusted input or by inserting numerous leading tab characters into docstrings. This flaw allows attackers to craft malicious input to trigger a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "psf/black: ReDoS via the lines_with_leading_tabs_expanded() function in strings.py file", "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21503" }, { "category": "external", "summary": "RHBZ#2270236", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270236" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21503", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21503" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21503", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21503" }, { "category": "external", "summary": "https://github.com/psf/black/commit/f00093672628d212b8965a8993cee8bedf5fe9b8", "url": "https://github.com/psf/black/commit/f00093672628d212b8965a8993cee8bedf5fe9b8" }, { "category": "external", "summary": "https://github.com/psf/black/releases/tag/24.3.0", "url": "https://github.com/psf/black/releases/tag/24.3.0" }, { "category": "external", "summary": "https://security.snyk.io/vuln/SNYK-PYTHON-BLACK-6256273", "url": "https://security.snyk.io/vuln/SNYK-PYTHON-BLACK-6256273" } ], "release_date": "2024-03-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "psf/black: ReDoS via the lines_with_leading_tabs_expanded() function in strings.py file" }, { "cve": "CVE-2024-24783", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-05T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268019" } ], "notes": [ { "category": "description", "text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm", "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-24783" }, { "category": "external", "summary": "RHBZ#2268019", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783", "url": "https://www.cve.org/CVERecord?id=CVE-2024-24783" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4", "url": "http://www.openwall.com/lists/oss-security/2024/03/08/4" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp", "url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp" }, { "category": "external", "summary": "https://go.dev/cl/569339", "url": "https://go.dev/cl/569339" }, { "category": "external", "summary": "https://go.dev/issue/65390", "url": "https://go.dev/issue/65390" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg", "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-2598", "url": "https://pkg.go.dev/vuln/GO-2024-2598" }, { "category": "external", "summary": "https://security.netapp.com/advisory/ntap-20240329-0005", "url": "https://security.netapp.com/advisory/ntap-20240329-0005" } ], "release_date": "2024-03-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm" }, { "cve": "CVE-2024-26130", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2024-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2269617" } ], "notes": [ { "category": "description", "text": "A flaw was discovered in python-cryptography. A NULL pointer dereference can be triggered when a PKCS#12 key and certificate do not match. Specifically, if the pkcs12.serialize_key_and_certificates function is called with a non-matching certificate and private key and an encryption algorithm with hmac_hash set, the Python process may crash, leading to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability in python-cryptography that leads to a NULL pointer dereference during the pkcs12.serialize_key_and_certificates function execution is classified as a moderate severity issue. While the vulnerability can result in a denial-of-service (DoS) by crashing the Python process, it requires specific conditions to trigger: a mismatch between the provided certificate\u0027s public key and private key, coupled with the use of an encryption algorithm with hmac_hash set.\n\nThe exploitation of this vulnerability does not directly lead to arbitrary code execution or data leakage. Instead, it causes a controlled termination of the Python process, which, although disruptive, is not as critical as other vulnerabilities that can lead to unauthorized access, data corruption, or code injection. However, it\u0027s important to note that denial-of-service conditions can still have operational impacts, disrupting services or causing system instability.\n\nThis issue does not affect Red Hat Enterprise Linux 6, 7, 8 and 9 as we dont ship the vulnerable code and package version.", "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:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-26130" }, { "category": "external", "summary": "RHBZ#2269617", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269617" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-26130", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26130" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26130" } ], "release_date": "2024-02-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "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.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-cryptography: NULL pointer dereference with pkcs12.serialize_key_and_certificates when called with a non-matching certificate and private key and an hmac_hash override" }, { "cve": "CVE-2024-27306", "cwe": { "id": "CWE-80", "name": "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)" }, "discovery_date": "2024-04-18T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2275989" } ], "notes": [ { "category": "description", "text": "A flaw was found in aiohttp, an asynchronous HTTP client/server framework for asyncio and Python. When using \"web.static(..., show_index=True)\", the resulting index pages do not escape file names. If users can upload files with arbitrary filenames to the static directory, the server is vulnerable to cross-site scripting (XSS) attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "aiohttp: XSS on index pages for static file handling", "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": [ "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-27306" }, { "category": "external", "summary": "RHBZ#2275989", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2275989" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-27306", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27306" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-27306", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27306" } ], "release_date": "2024-04-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "aiohttp: XSS on index pages for static file handling" }, { "cve": "CVE-2024-27351", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-02-26T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2266045" } ], "notes": [ { "category": "description", "text": "An inefficient regular expression complexity flaw was found in the Truncator.words function and truncatewords_html filter of Django. This issue may allow an attacker to use a suitably crafted string to cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-django: Potential regular expression denial-of-service in django.utils.text.Truncator.words()", "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-27351" }, { "category": "external", "summary": "RHBZ#2266045", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266045" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-27351", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27351" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-27351", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27351" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2024/mar/04/security-releases/", "url": "https://www.djangoproject.com/weblog/2024/mar/04/security-releases/" } ], "release_date": "2024-03-04T09:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "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.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-django: Potential regular expression denial-of-service in django.utils.text.Truncator.words()" }, { "cve": "CVE-2024-28219", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2024-04-01T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2272563" } ], "notes": [ { "category": "description", "text": "A flaw was found in Pillow. The cms_transform_new function in src/_imagingcms.c does not validate the length of its parameters before copying them into fixed-size buffers, leading to a buffer overflow, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-pillow: buffer overflow in _imagingcms.c", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw can be triggered when the ImageCms.buildTransform function is called with the InMode or OutMode arguments with a string larger than 8 bytes. An application is not vulnerable if these parameters are not controlled by the user or are validated before the function is called. Additionally, the Pillow ImageCms module functions should not be exposed to untrusted usage without input validation. For this reason, this flaw has been rated with a moderate 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": [ "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-28219" }, { "category": "external", "summary": "RHBZ#2272563", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272563" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-28219", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28219" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28219", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28219" } ], "release_date": "2024-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "workaround", "details": "Make sure the ImageCms.buildTransform function is not called with the InMode or OutMode arguments with a string bigger than 8 bytes.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-pillow: buffer overflow in _imagingcms.c" }, { "cve": "CVE-2024-28849", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2024-03-14T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2269576" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the follow-redirects package. While processing the cross-domain redirection, `follow-redirects` clears authorization headers, however, it misses clearing proxy-authentication headers, which contain credentials as well. This issue may lead to credential leaking, having a high impact on data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "follow-redirects: Possible credential leak", "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": [ "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-28849" }, { "category": "external", "summary": "RHBZ#2269576", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2269576" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-28849", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28849" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28849" }, { "category": "external", "summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp", "url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-cxjh-pqwp-8mfp" } ], "release_date": "2024-03-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "follow-redirects: Possible credential leak" }, { "cve": "CVE-2024-30251", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2024-05-02T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2278710" } ], "notes": [ { "category": "description", "text": "An infinite loop flaw was found in aiohttp when handling POST (multipart/form-data) requests. This flaw allows an attacker to send a specially crafted request, leading the server to enter an infinite loop and render it unable to process any further requests. This denial of service can be triggered by a single unauthenticated POST request.\r\n\r\nAIOHTTP handles multipart strings through a process of segmenting them into chunks. The reading of each chunk is performed under the control of an asynchronous wait, ensuring that the operation completes before proceeding. A vulnerability was identified where a specially crafted request could trigger an infinite loop due to improper detection of the end-of-file (EOF) marker within the content.\r\n\r\nThe resolution involves the implementation of an enhanced checking mechanism. This mechanism correctly assigns the EOF marker to the chunk in question upon the successful completion of content reading, thereby preventing the infinite loop scenario.", "title": "Vulnerability description" }, { "category": "summary", "text": "aiohttp: DoS when trying to parse malformed POST requests", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit and could significantly impact availability. In order to exploit the bug, the attacker has to send a specially crafted POST request causing the server to go into an infinite loop.\n\nRed Hat Satellite has set a moderate impact of this issue as invalid requests which could trigger this bug such as no authentication or wrong path are unlikely possible or going to happen.", "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.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-30251" }, { "category": "external", "summary": "RHBZ#2278710", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2278710" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-30251", "url": "https://www.cve.org/CVERecord?id=CVE-2024-30251" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-30251", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-30251" }, { "category": "external", "summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84", "url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-5m98-qgg9-wh84" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2024/05/02/4", "url": "https://www.openwall.com/lists/oss-security/2024/05/02/4" } ], "release_date": "2024-05-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "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.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "aiohttp: DoS when trying to parse malformed POST requests" }, { "cve": "CVE-2024-32879", "cwe": { "id": "CWE-303", "name": "Incorrect Implementation of Authentication Algorithm" }, "discovery_date": "2024-04-25T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2277035" } ], "notes": [ { "category": "description", "text": "A flaw was found in social-auth-app-django. In affected versions of this package, due to default case-insensitive collation in MySQL or MariaDB databases, third-party authentication user IDs are not case-sensitive and could cause different IDs to match.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-social-auth: Improper Handling of Case Sensitivity in social-auth-app-django", "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": [ "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-32879" }, { "category": "external", "summary": "RHBZ#2277035", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2277035" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-32879", "url": "https://www.cve.org/CVERecord?id=CVE-2024-32879" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-32879", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-32879" }, { "category": "external", "summary": "https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-2gr8-3wc7-xhj3", "url": "https://github.com/python-social-auth/social-app-django/security/advisories/GHSA-2gr8-3wc7-xhj3" } ], "release_date": "2024-04-24T06:57:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-social-auth: Improper Handling of Case Sensitivity in social-auth-app-django" }, { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" }, { "cve": "CVE-2024-35195", "cwe": { "id": "CWE-670", "name": "Always-Incorrect Control Flow Implementation" }, "discovery_date": "2024-05-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2282114" } ], "notes": [ { "category": "description", "text": "An incorrect control flow implementation vulnerability was found in Requests. If the first request in a session is made with verify=False, all subsequent requests to the same host will continue to ignore cert verification.", "title": "Vulnerability description" }, { "category": "summary", "text": "requests: subsequent requests to the same host ignore cert verification", "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-aiohttp-debuginfo-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-black-0:22.8.0-2.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-cryptography-debuginfo-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-galaxy-ng-0:4.9.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-gunicorn-0:22.0.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-idna-0:3.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python39-pillow-debuginfo-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-pulp-ansible-1:0.20.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.27-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pyOpenSSL-0:24.1.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pydantic-0:1.10.15-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-social-auth-app-django-0:5.4.1-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-sqlparse-0:0.5.0-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-0:3.9.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-aiohttp-debugsource-0:3.9.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-black-0:22.8.0-2.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-0:42.0.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-cryptography-debugsource-0:42.0.5-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-galaxy-ng-0:4.9.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-gunicorn-0:22.0.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-idna-0:3.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-0:10.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:python3x-pillow-debugsource-0:10.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python3x-pulp-ansible-1:0.20.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.27-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pyOpenSSL-0:24.1.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pydantic-0:1.10.15-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-social-auth-app-django-0:5.4.1-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-sqlparse-0:0.5.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:receptorctl-0:1.4.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-7.1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.11-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-rulebook-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.11-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-0:1.0.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-server-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-eda-controller-ui-0:1.0.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-hub-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-0:3.9.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-aiohttp-debugsource-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-black-0:22.8.0-2.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-0:42.0.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-cryptography-debugsource-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-galaxy-ng-0:4.9.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-gunicorn-0:22.0.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-idna-0:3.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-0:10.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python-pillow-debugsource-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-pulp-ansible-1:0.20.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.27-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pyOpenSSL-0:24.1.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pydantic-0:1.10.15-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-social-auth-app-django-0:5.4.1-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-sqlparse-0:0.5.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-aiohttp-debuginfo-0:3.9.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-black-0:22.8.0-2.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-cryptography-debuginfo-0:42.0.5-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-galaxy-ng-0:4.9.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-gunicorn-0:22.0.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-idna-0:3.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:python3-pillow-debuginfo-0:10.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python3-pulp-ansible-1:0.20.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.27-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pyOpenSSL-0:24.1.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pydantic-0:1.10.15-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-social-auth-app-django-0:5.4.1-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-sqlparse-0:0.5.0-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:receptor-0:1.4.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:receptorctl-0:1.4.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-35195" }, { "category": "external", "summary": "RHBZ#2282114", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282114" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-35195", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35195" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195" }, { "category": "external", "summary": "https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56", "url": "https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56" } ], "release_date": "2024-05-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-10T18:41:58+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\n\nFor the update to take effect, all applications using Jinja2 must be restarted.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3781" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.6, "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:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-requests-0:2.32.2-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python39-requests-0:2.32.2-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-requests-0:2.32.2-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-requests-0:2.32.2-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-requests-0:2.32.2-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-requests-0:2.32.2-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "requests: subsequent requests to the same host ignore cert verification" } ] }
rhsa-2024_5810
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.64 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.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.64. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2024:5808\n\nSecurity Fix(es):\n\n* python-werkzeug: user may execute code on a developer\u0027s machine\n(CVE-2024-34069)\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm\n(CVE-2023-45290)\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.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "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-2024:5810", "url": "https://access.redhat.com/errata/RHSA-2024:5810" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2268017", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017" }, { "category": "external", "summary": "2279451", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279451" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_5810.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.64 security update", "tracking": { "current_release_date": "2024-11-06T08:18:45+00:00", "generator": { "date": "2024-11-06T08:18:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:5810", "initial_release_date": "2024-08-29T03:20:28+00:00", "revision_history": [ { "date": "2024-08-29T03:20:28+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-08-29T03:20:28+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T08:18: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.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.12::el9" } } }, { "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_name", "name": "Ironic content for Red Hat OpenShift Container Platform 4.12", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.12::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "product": { "name": "openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "product_id": "openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src", "product": { "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src", "product_id": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.5-26.rhaos4.12.git635413a.el8?arch=src" } } }, { "category": "product_version", "name": "kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src", "product": { "name": "kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src", "product_id": "kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.119.1.rt7.279.el8_6?arch=src" } } }, { "category": "product_version", "name": "openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "product": { "name": "openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "product_id": "openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift@4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "python-werkzeug-0:2.0.3-6.el9.src", "product": { "name": "python-werkzeug-0:2.0.3-6.el9.src", "product_id": "python-werkzeug-0:2.0.3-6.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-werkzeug@2.0.3-6.el9?arch=src" } } }, { "category": "product_version", "name": "python-jinja2-0:3.0.1-3.el9.1.src", "product": { "name": "python-jinja2-0:3.0.1-3.el9.1.src", "product_id": "python-jinja2-0:3.0.1-3.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.0.1-3.el9.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64", "product": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64", "product_id": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "product": { "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "product_id": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.5-26.rhaos4.12.git635413a.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "product_id": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.5-26.rhaos4.12.git635413a.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.5-26.rhaos4.12.git635413a.el8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-internal@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@4.18.0-372.119.1.rt7.279.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "product": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "product_id": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "product": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "product_id": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "product": { "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "product_id": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.5-26.rhaos4.12.git635413a.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "product_id": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.5-26.rhaos4.12.git635413a.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.5-26.rhaos4.12.git635413a.el8?arch=aarch64" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "product": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "product_id": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "product": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "product_id": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "product": { "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "product_id": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.5-26.rhaos4.12.git635413a.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.5-26.rhaos4.12.git635413a.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.5-26.rhaos4.12.git635413a.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "product": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "product_id": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "product": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "product_id": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "product": { "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "product_id": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.25.5-26.rhaos4.12.git635413a.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "product_id": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.25.5-26.rhaos4.12.git635413a.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "product_id": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.25.5-26.rhaos4.12.git635413a.el8?arch=s390x" } } }, { "category": "product_version", "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "product": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "product_id": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-hyperkube@4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-werkzeug-0:2.0.3-6.el9.noarch", "product": { "name": "python3-werkzeug-0:2.0.3-6.el9.noarch", "product_id": "python3-werkzeug-0:2.0.3-6.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-werkzeug@2.0.3-6.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "product": { "name": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "product_id": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.0.1-3.el9.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64" }, "product_reference": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le" }, "product_reference": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x" }, "product_reference": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src" }, "product_reference": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64" }, "product_reference": "cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src" }, "product_reference": "kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64" }, "product_reference": "kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src" }, "product_reference": "openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64" }, "product_reference": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x" }, "product_reference": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64" }, "product_reference": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src" }, "product_reference": "openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64" }, "product_reference": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le" }, "product_reference": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x" }, "product_reference": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64" }, "product_reference": "openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.0.1-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-3.el9.1.src" }, "product_reference": "python-jinja2-0:3.0.1-3.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-werkzeug-0:2.0.3-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-6.el9.src" }, "product_reference": "python-werkzeug-0:2.0.3-6.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.0.1-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-3.el9.1.noarch" }, "product_reference": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-werkzeug-0:2.0.3-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-6.el9.noarch" }, "product_reference": "python3-werkzeug-0:2.0.3-6.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-45290", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2024-03-05T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-6.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268017" } ], "notes": [ { "category": "description", "text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm", "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": [ "8Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-6.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-45290" }, { "category": "external", "summary": "RHBZ#2268017", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290", "url": "https://www.cve.org/CVERecord?id=CVE-2023-45290" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4", "url": "http://www.openwall.com/lists/oss-security/2024/03/08/4" }, { "category": "external", "summary": "https://go.dev/cl/569341", "url": "https://go.dev/cl/569341" }, { "category": "external", "summary": "https://go.dev/issue/65383", "url": "https://go.dev/issue/65383" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg", "url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-2599", "url": "https://pkg.go.dev/vuln/GO-2024-2599" }, { "category": "external", "summary": "https://security.netapp.com/advisory/ntap-20240329-0004", "url": "https://security.netapp.com/advisory/ntap-20240329-0004" } ], "release_date": "2024-03-05T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-29T03:20:28+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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html", "product_ids": [ "8Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5810" }, { "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": [ "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-6.el9.noarch" ] } ], "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": [ "8Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm" }, { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-6.el9.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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-IRONIC-4.12:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-3.el9.1.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-6.el9.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-29T03:20:28+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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-3.el9.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5810" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-6.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-3.el9.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" }, { "cve": "CVE-2024-34069", "cwe": { "id": "CWE-352", "name": "Cross-Site Request Forgery (CSRF)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-3.el9.1.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279451" } ], "notes": [ { "category": "description", "text": "A flaw was found in Werkzeug, where an attacker may be able to execute code on a developer\u0027s machine under some circumstances. This issue requires the attacker to get the developer to interact with a domain and subdomain they control and enter the debugger PIN; if they are successful, it allows access to the debugger even if it is only running on localhost. This also requires the attacker to guess a URL in the developer\u0027s application that will trigger the debugger.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-werkzeug: user may execute code on a developer\u0027s machine", "title": "Vulnerability summary" }, { "category": "other", "text": "Werkzeug\u0027s debugger allows an attacker to potentially execute code on a developer\u0027s machine. This can occur if the attacker tricks the developer into interacting with a controlled domain and subdomain and entering the debugger PIN. Although the debugger is meant to run locally, successful exploitation can give the attacker access to it by guessing a specific URL that triggers the debugger. The severity is rate as IMPORTANT because this flaw can potentially impacts confidentiality, integrity, and availability if the attacker can gain control.", "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-IRONIC-4.12:python-werkzeug-0:2.0.3-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-6.el9.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-3.el9.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34069" }, { "category": "external", "summary": "RHBZ#2279451", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279451" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34069", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34069" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34069", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34069" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/commit/3386395b24c7371db11a5b8eaac0c91da5362692", "url": "https://github.com/pallets/werkzeug/commit/3386395b24c7371db11a5b8eaac0c91da5362692" }, { "category": "external", "summary": "https://github.com/pallets/werkzeug/security/advisories/GHSA-2g68-c3qc-8985", "url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-2g68-c3qc-8985" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-08-29T03:20:28+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.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-6.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:5810" }, { "category": "workaround", "details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.", "product_ids": [ "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.src", "8Base-RHOSE-4.12:cri-o-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debuginfo-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.aarch64", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.ppc64le", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.s390x", "8Base-RHOSE-4.12:cri-o-debugsource-0:1.25.5-26.rhaos4.12.git635413a.el8.x86_64", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.src", "8Base-RHOSE-4.12:kernel-rt-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-core-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debug-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-devel-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-kvm-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-extra-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-modules-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:kernel-rt-selftests-internal-0:4.18.0-372.119.1.rt7.279.el8_6.x86_64", "8Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.aarch64", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.ppc64le", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.s390x", "8Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el8.x86_64", "9Base-RHOSE-4.12:openshift-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.src", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.aarch64", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.ppc64le", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.s390x", "9Base-RHOSE-4.12:openshift-hyperkube-0:4.12.0-202408131833.p0.g1eb8682.assembly.stream.el9.x86_64", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-3.el9.1.noarch", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-6.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "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:H", "version": "3.1" }, "products": [ "9Base-RHOSE-IRONIC-4.12:python-werkzeug-0:2.0.3-6.el9.src", "9Base-RHOSE-IRONIC-4.12:python3-werkzeug-0:2.0.3-6.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "python-werkzeug: user may execute code on a developer\u0027s machine" } ] }
rhsa-2024_3820
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE\nlink(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: accepts keys containing non-attribute characters (CVE-2024-34064)", "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-2024:3820", "url": "https://access.redhat.com/errata/RHSA-2024:3820" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "RHEL-29668", "url": "https://issues.redhat.com/browse/RHEL-29668" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3820.json" } ], "title": "Red Hat Security Advisory: fence-agents security update", "tracking": { "current_release_date": "2024-11-06T06:08:40+00:00", "generator": { "date": "2024-11-06T06:08:40+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:3820", "initial_release_date": "2024-06-11T19:57:52+00:00", "revision_history": [ { "date": "2024-06-11T19:57:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-06-11T19:57:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:08: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.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux HighAvailability (v. 9)", "product": { "name": "Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ResilientStorage (v. 9)", "product": { "name": "Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS", "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-aliyun-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "product_id": "ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_id": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virt-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virt-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-62.el9_4.3?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "product": { "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "product_id": "fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-62.el9_4.3?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "product": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "product_id": "fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.3?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "product": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.3?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "product": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.3?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "product": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.3?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.3?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.3?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.3?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.3?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "product": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "product_id": "fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.3?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "product": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.3?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "product": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "product_id": "fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-62.el9_4.3?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "product": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.3?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "product": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.3?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "product": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.3?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.3?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.3?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "product": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "product_id": "fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-62.el9_4.3?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "product": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.3?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "product": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "product_id": "fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.3?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "product": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.3?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "product": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.3?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "product": { "name": "fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "product_id": "fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-62.el9_4.3?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "product": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.3?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "product": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.3?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.3?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.3?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "product": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.3?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-62.el9_4.3?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "product": { "name": "fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "product_id": "fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-62.el9_4.3?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "fence-agents-0:4.10.0-62.el9_4.3.src", "product": { "name": "fence-agents-0:4.10.0-62.el9_4.3.src", "product_id": "fence-agents-0:4.10.0-62.el9_4.3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents@4.10.0-62.el9_4.3?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-62.el9_4.3.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src" }, "product_reference": "fence-agents-0:4.10.0-62.el9_4.3.src", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virt-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-62.el9_4.3.src as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src" }, "product_reference": "fence-agents-0:4.10.0-62.el9_4.3.src", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virt-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux HighAvailability (v. 9)", "product_id": "HighAvailability-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-62.el9_4.3.src as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src" }, "product_reference": "fence-agents-0:4.10.0-62.el9_4.3.src", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-62.el9_4.3.noarch as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virt-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage (v. 9)", "product_id": "ResilientStorage-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-06-11T19:57:52+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.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:3820" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "AppStream-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "AppStream-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "AppStream-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "HighAvailability-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-0:4.10.0-62.el9_4.3.src", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-all-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-apc-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-aws-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-common-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-compute-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-eps-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-gce-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.aarch64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.ppc64le", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-wti-0:4.10.0-62.el9_4.3.noarch", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.3.s390x", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virt-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:ha-cloud-support-0:4.10.0-62.el9_4.3.x86_64", "ResilientStorage-9.4.0.Z.MAIN.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.3.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" } ] }
rhsa-2024_4522
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 Moderate. 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: jinja2: accepts keys containing non-attribute characters (CVE-2024-34064)\n* automation-controller: jwcrypto: malicious JWE token can cause denial of service (CVE-2024-28102)\n* automation-controller: requests: subsequent requests to the same host ignore cert verification (CVE-2024-35195)\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 a bug where the controller does not respect \"DATABASES[\u2018OPTIONS\u2019]\" setting, if specified (AAP-26398)\n* Changed all uses of \"ImplicitRoleField\" to perform an \"on_delete=SET_NULL\" (AAP-25136)\n* Fixed the HostMetric automated counter to display the correct values (AAP-25115)\n* Added Django logout redirects (AAP-24543)\n* automation-controller has been updated to 4.5.8\n\nAdditional changes:\n* aap-metrics-utility has been updated to 0.3.0 (AAP-25875)\n* ansible-core has been updated to 2.15.12 (AAP-25536)", "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-2024:4522", "url": "https://access.redhat.com/errata/RHSA-2024:4522" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2268758", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268758" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "2282114", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282114" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4522.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update", "tracking": { "current_release_date": "2024-11-06T06:23:09+00:00", "generator": { "date": "2024-11-06T06:23:09+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:4522", "initial_release_date": "2024-07-12T01:43:40+00:00", "revision_history": [ { "date": "2024-07-12T01:43:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-12T01:43:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:23:09+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 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_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_family", "name": "Red Hat Ansible Automation Platform" }, { "branches": [ { "category": "product_version", "name": "ansible-core-1:2.15.12-1.el9ap.src", "product": { "name": "ansible-core-1:2.15.12-1.el9ap.src", "product_id": "ansible-core-1:2.15.12-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.12-1.el9ap?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "aap-metrics-utility-0:0.3.0-1.el9ap.src", "product": { "name": "aap-metrics-utility-0:0.3.0-1.el9ap.src", "product_id": "aap-metrics-utility-0:0.3.0-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/aap-metrics-utility@0.3.0-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.8-1.el9ap.src", "product": { "name": "automation-controller-0:4.5.8-1.el9ap.src", "product_id": "automation-controller-0:4.5.8-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.8-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "ansible-core-1:2.15.12-1.el8ap.src", "product": { "name": "ansible-core-1:2.15.12-1.el8ap.src", "product_id": "ansible-core-1:2.15.12-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.12-1.el8ap?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "aap-metrics-utility-0:0.3.0-1.el8ap.src", "product": { "name": "aap-metrics-utility-0:0.3.0-1.el8ap.src", "product_id": "aap-metrics-utility-0:0.3.0-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/aap-metrics-utility@0.3.0-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.8-1.el8ap.src", "product": { "name": "automation-controller-0:4.5.8-1.el8ap.src", "product_id": "automation-controller-0:4.5.8-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.8-1.el8ap?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "ansible-core-1:2.15.12-1.el9ap.noarch", "product": { "name": "ansible-core-1:2.15.12-1.el9ap.noarch", "product_id": "ansible-core-1:2.15.12-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.12-1.el9ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "ansible-test-1:2.15.12-1.el9ap.noarch", "product": { "name": "ansible-test-1:2.15.12-1.el9ap.noarch", "product_id": "ansible-test-1:2.15.12-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-test@2.15.12-1.el9ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.5.8-1.el9ap.noarch", "product": { "name": "automation-controller-cli-0:4.5.8-1.el9ap.noarch", "product_id": "automation-controller-cli-0:4.5.8-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.5.8-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.5.8-1.el9ap.noarch", "product": { "name": "automation-controller-server-0:4.5.8-1.el9ap.noarch", "product_id": "automation-controller-server-0:4.5.8-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.5.8-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.5.8-1.el9ap.noarch", "product": { "name": "automation-controller-ui-0:4.5.8-1.el9ap.noarch", "product_id": "automation-controller-ui-0:4.5.8-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.5.8-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-core-1:2.15.12-1.el8ap.noarch", "product": { "name": "ansible-core-1:2.15.12-1.el8ap.noarch", "product_id": "ansible-core-1:2.15.12-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-core@2.15.12-1.el8ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "ansible-test-1:2.15.12-1.el8ap.noarch", "product": { "name": "ansible-test-1:2.15.12-1.el8ap.noarch", "product_id": "ansible-test-1:2.15.12-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-test@2.15.12-1.el8ap?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.5.8-1.el8ap.noarch", "product": { "name": "automation-controller-cli-0:4.5.8-1.el8ap.noarch", "product_id": "automation-controller-cli-0:4.5.8-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.5.8-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.5.8-1.el8ap.noarch", "product": { "name": "automation-controller-server-0:4.5.8-1.el8ap.noarch", "product_id": "automation-controller-server-0:4.5.8-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.5.8-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.5.8-1.el8ap.noarch", "product": { "name": "automation-controller-ui-0:4.5.8-1.el8ap.noarch", "product_id": "automation-controller-ui-0:4.5.8-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.5.8-1.el8ap?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "aap-metrics-utility-0:0.3.0-1.el9ap.x86_64", "product": { "name": "aap-metrics-utility-0:0.3.0-1.el9ap.x86_64", "product_id": "aap-metrics-utility-0:0.3.0-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/aap-metrics-utility@0.3.0-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.8-1.el9ap.x86_64", "product": { "name": "automation-controller-0:4.5.8-1.el9ap.x86_64", "product_id": "automation-controller-0:4.5.8-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.8-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.8-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "aap-metrics-utility-0:0.3.0-1.el8ap.x86_64", "product": { "name": "aap-metrics-utility-0:0.3.0-1.el8ap.x86_64", "product_id": "aap-metrics-utility-0:0.3.0-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/aap-metrics-utility@0.3.0-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.8-1.el8ap.x86_64", "product": { "name": "automation-controller-0:4.5.8-1.el8ap.x86_64", "product_id": "automation-controller-0:4.5.8-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.8-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.8-1.el8ap?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "aap-metrics-utility-0:0.3.0-1.el9ap.ppc64le", "product": { "name": "aap-metrics-utility-0:0.3.0-1.el9ap.ppc64le", "product_id": "aap-metrics-utility-0:0.3.0-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/aap-metrics-utility@0.3.0-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.8-1.el9ap.ppc64le", "product": { "name": "automation-controller-0:4.5.8-1.el9ap.ppc64le", "product_id": "automation-controller-0:4.5.8-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.8-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.8-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "aap-metrics-utility-0:0.3.0-1.el8ap.ppc64le", "product": { "name": "aap-metrics-utility-0:0.3.0-1.el8ap.ppc64le", "product_id": "aap-metrics-utility-0:0.3.0-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/aap-metrics-utility@0.3.0-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.8-1.el8ap.ppc64le", "product": { "name": "automation-controller-0:4.5.8-1.el8ap.ppc64le", "product_id": "automation-controller-0:4.5.8-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.8-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.8-1.el8ap?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "aap-metrics-utility-0:0.3.0-1.el9ap.s390x", "product": { "name": "aap-metrics-utility-0:0.3.0-1.el9ap.s390x", "product_id": "aap-metrics-utility-0:0.3.0-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/aap-metrics-utility@0.3.0-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.8-1.el9ap.s390x", "product": { "name": "automation-controller-0:4.5.8-1.el9ap.s390x", "product_id": "automation-controller-0:4.5.8-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.8-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "product_id": "automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.8-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "aap-metrics-utility-0:0.3.0-1.el8ap.s390x", "product": { "name": "aap-metrics-utility-0:0.3.0-1.el8ap.s390x", "product_id": "aap-metrics-utility-0:0.3.0-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/aap-metrics-utility@0.3.0-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.8-1.el8ap.s390x", "product": { "name": "automation-controller-0:4.5.8-1.el8ap.s390x", "product_id": "automation-controller-0:4.5.8-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.8-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "product_id": "automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.8-1.el8ap?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "aap-metrics-utility-0:0.3.0-1.el9ap.aarch64", "product": { "name": "aap-metrics-utility-0:0.3.0-1.el9ap.aarch64", "product_id": "aap-metrics-utility-0:0.3.0-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/aap-metrics-utility@0.3.0-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.8-1.el9ap.aarch64", "product": { "name": "automation-controller-0:4.5.8-1.el9ap.aarch64", "product_id": "automation-controller-0:4.5.8-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.8-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.8-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "aap-metrics-utility-0:0.3.0-1.el8ap.aarch64", "product": { "name": "aap-metrics-utility-0:0.3.0-1.el8ap.aarch64", "product_id": "aap-metrics-utility-0:0.3.0-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/aap-metrics-utility@0.3.0-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.8-1.el8ap.aarch64", "product": { "name": "automation-controller-0:4.5.8-1.el8ap.aarch64", "product_id": "automation-controller-0:4.5.8-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.8-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.8-1.el8ap?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.12-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:ansible-core-1:2.15.12-1.el8ap.noarch" }, "product_reference": "ansible-core-1:2.15.12-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.12-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:ansible-core-1:2.15.12-1.el8ap.src" }, "product_reference": "ansible-core-1:2.15.12-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.12-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:ansible-test-1:2.15.12-1.el8ap.noarch" }, "product_reference": "ansible-test-1:2.15.12-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-0:4.5.8-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.8-1.el8ap.aarch64" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el8ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el8ap.s390x" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el8ap.src" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el8ap.x86_64" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el8ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.8-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.8-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.8-1.el8ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.8-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.8-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.8-1.el8ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.8-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.8-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.8-1.el8ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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.8-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.8-1.el8ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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.8-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.8-1.el8ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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.8-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.8-1.el8ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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": "ansible-core-1:2.15.12-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:ansible-core-1:2.15.12-1.el8ap.noarch" }, "product_reference": "ansible-core-1:2.15.12-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.12-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:ansible-core-1:2.15.12-1.el8ap.src" }, "product_reference": "ansible-core-1:2.15.12-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.12-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:ansible-test-1:2.15.12-1.el8ap.noarch" }, "product_reference": "ansible-test-1:2.15.12-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "aap-metrics-utility-0:0.3.0-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:aap-metrics-utility-0:0.3.0-1.el8ap.aarch64" }, "product_reference": "aap-metrics-utility-0:0.3.0-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "aap-metrics-utility-0:0.3.0-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:aap-metrics-utility-0:0.3.0-1.el8ap.ppc64le" }, "product_reference": "aap-metrics-utility-0:0.3.0-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "aap-metrics-utility-0:0.3.0-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:aap-metrics-utility-0:0.3.0-1.el8ap.s390x" }, "product_reference": "aap-metrics-utility-0:0.3.0-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "aap-metrics-utility-0:0.3.0-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:aap-metrics-utility-0:0.3.0-1.el8ap.src" }, "product_reference": "aap-metrics-utility-0:0.3.0-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "aap-metrics-utility-0:0.3.0-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:aap-metrics-utility-0:0.3.0-1.el8ap.x86_64" }, "product_reference": "aap-metrics-utility-0:0.3.0-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.12-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:ansible-core-1:2.15.12-1.el8ap.noarch" }, "product_reference": "ansible-core-1:2.15.12-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.12-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:ansible-core-1:2.15.12-1.el8ap.src" }, "product_reference": "ansible-core-1:2.15.12-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.12-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:ansible-test-1:2.15.12-1.el8ap.noarch" }, "product_reference": "ansible-test-1:2.15.12-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.8-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.8-1.el8ap.aarch64" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el8ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el8ap.s390x" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el8ap.src" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el8ap.x86_64" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el8ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.8-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.8-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.8-1.el8ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.8-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.8-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.8-1.el8ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.8-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.8-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.8-1.el8ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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.8-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.8-1.el8ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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.8-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.8-1.el8ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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.8-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.8-1.el8ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.12-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:ansible-core-1:2.15.12-1.el9ap.noarch" }, "product_reference": "ansible-core-1:2.15.12-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.12-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:ansible-core-1:2.15.12-1.el9ap.src" }, "product_reference": "ansible-core-1:2.15.12-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.12-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:ansible-test-1:2.15.12-1.el9ap.noarch" }, "product_reference": "ansible-test-1:2.15.12-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-0:4.5.8-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.8-1.el9ap.aarch64" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el9ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el9ap.s390x" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el9ap.src" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el9ap.x86_64" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el9ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.8-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.8-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.8-1.el9ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.8-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.8-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.8-1.el9ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.8-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.8-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.8-1.el9ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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.8-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.8-1.el9ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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.8-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.8-1.el9ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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.8-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.8-1.el9ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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": "ansible-core-1:2.15.12-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:ansible-core-1:2.15.12-1.el9ap.noarch" }, "product_reference": "ansible-core-1:2.15.12-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.12-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:ansible-core-1:2.15.12-1.el9ap.src" }, "product_reference": "ansible-core-1:2.15.12-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.12-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:ansible-test-1:2.15.12-1.el9ap.noarch" }, "product_reference": "ansible-test-1:2.15.12-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "aap-metrics-utility-0:0.3.0-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:aap-metrics-utility-0:0.3.0-1.el9ap.aarch64" }, "product_reference": "aap-metrics-utility-0:0.3.0-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "aap-metrics-utility-0:0.3.0-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:aap-metrics-utility-0:0.3.0-1.el9ap.ppc64le" }, "product_reference": "aap-metrics-utility-0:0.3.0-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "aap-metrics-utility-0:0.3.0-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:aap-metrics-utility-0:0.3.0-1.el9ap.s390x" }, "product_reference": "aap-metrics-utility-0:0.3.0-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "aap-metrics-utility-0:0.3.0-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:aap-metrics-utility-0:0.3.0-1.el9ap.src" }, "product_reference": "aap-metrics-utility-0:0.3.0-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "aap-metrics-utility-0:0.3.0-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:aap-metrics-utility-0:0.3.0-1.el9ap.x86_64" }, "product_reference": "aap-metrics-utility-0:0.3.0-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.12-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:ansible-core-1:2.15.12-1.el9ap.noarch" }, "product_reference": "ansible-core-1:2.15.12-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-core-1:2.15.12-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:ansible-core-1:2.15.12-1.el9ap.src" }, "product_reference": "ansible-core-1:2.15.12-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-test-1:2.15.12-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:ansible-test-1:2.15.12-1.el9ap.noarch" }, "product_reference": "ansible-test-1:2.15.12-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.5.8-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.8-1.el9ap.aarch64" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el9ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el9ap.s390x" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el9ap.src" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el9ap.x86_64" }, "product_reference": "automation-controller-0:4.5.8-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.8-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.8-1.el9ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.8-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.8-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.8-1.el9ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.8-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.8-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.8-1.el9ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.8-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.8-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.8-1.el9ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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.8-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.8-1.el9ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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.8-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.8-1.el9ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-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.8-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.8-1.el9ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-28102", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-03-10T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2268758" } ], "notes": [ { "category": "description", "text": "An uncontrolled resource consumption vulnerability was found in python-jwcrypto. If a malicious JWE token with a high compression ratio is passed to the server, the server will consume a lot of memory and processing time, leading to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-jwcrypto: malicious JWE token can cause denial of service", "title": "Vulnerability summary" }, { "category": "other", "text": "The CVE-2024-28102 vulnerability in JWCrypto represents a moderate severity issue due to its potential impact on system availability and resource consumption. While the vulnerability allows for a denial of service (DoS) attack, it requires an attacker to craft a malicious JWE Token with a high compression ratio. This specific condition limits the practical exploitability of the vulnerability to some extent, as it demands a more sophisticated attack approach than common vulnerabilities. Nonetheless, if exploited, the vulnerability can lead to significant memory exhaustion and increased server processing time, impacting the overall performance and availability of 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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-28102" }, { "category": "external", "summary": "RHBZ#2268758", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268758" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-28102", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28102" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28102", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28102" }, { "category": "external", "summary": "https://github.com/latchset/jwcrypto/commit/90477a3b6e73da69740e00b8161f53fea19b831f", "url": "https://github.com/latchset/jwcrypto/commit/90477a3b6e73da69740e00b8161f53fea19b831f" }, { "category": "external", "summary": "https://github.com/latchset/jwcrypto/security/advisories/GHSA-j857-7rvv-vj97", "url": "https://github.com/latchset/jwcrypto/security/advisories/GHSA-j857-7rvv-vj97" } ], "release_date": "2024-03-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-12T01:43:40+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.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4522" }, { "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-jwcrypto: malicious JWE token can cause denial of service" }, { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-12T01:43:40+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.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4522" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" }, { "cve": "CVE-2024-35195", "cwe": { "id": "CWE-670", "name": "Always-Incorrect Control Flow Implementation" }, "discovery_date": "2024-05-21T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2282114" } ], "notes": [ { "category": "description", "text": "An incorrect control flow implementation vulnerability was found in Requests. If the first request in a session is made with verify=False, all subsequent requests to the same host will continue to ignore cert verification.", "title": "Vulnerability description" }, { "category": "summary", "text": "requests: subsequent requests to the same host ignore cert verification", "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": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el8ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:aap-metrics-utility-0:0.3.0-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-core-1:2.15.12-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:ansible-test-1:2.15.12-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.8-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.8-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-35195" }, { "category": "external", "summary": "RHBZ#2282114", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282114" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-35195", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35195" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35195" }, { "category": "external", "summary": "https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56", "url": "https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56" } ], "release_date": "2024-05-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-12T01:43:40+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.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4522" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.6, "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:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.8-1.el9ap.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "requests: subsequent requests to the same host ignore cert verification" } ] }
rhsa-2024_4414
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(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: accepts keys containing non-attribute characters (CVE-2024-34064)\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-2024:4414", "url": "https://access.redhat.com/errata/RHSA-2024:4414" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4414.json" } ], "title": "Red Hat Security Advisory: fence-agents security update", "tracking": { "current_release_date": "2024-11-06T06:21:21+00:00", "generator": { "date": "2024-11-06T06:21:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:4414", "initial_release_date": "2024-07-09T09:23:57+00:00", "revision_history": [ { "date": "2024-07-09T09:23:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-09T09:23:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:21:21+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.13.x86_64", "product": { "name": "fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "product_id": "ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_id": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_id": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-openstack-support-debuginfo@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virt-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virt-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "product_id": "fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-20.el9_0.13?arch=x86_64" } } }, { "category": "product_version", "name": "ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "product": { "name": "ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "product_id": "ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-openstack-support@4.10.0-20.el9_0.13?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "product": { "name": "fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "product_id": "fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.13?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "product": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.13?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "product": { "name": "fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "product_id": "fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-20.el9_0.13?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "product": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.13?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "product": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.13?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "product": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.13?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.13?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.13?arch=ppc64le" } } }, { "category": "product_version", "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "product": { "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "product_id": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-openstack-support-debuginfo@4.10.0-20.el9_0.13?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "product": { "name": "fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "product_id": "fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-20.el9_0.13?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "product": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.13?arch=ppc64le" } } }, { "category": "product_version", "name": "ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "product": { "name": "ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "product_id": "ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-openstack-support@4.10.0-20.el9_0.13?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "product": { "name": "fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "product_id": "fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.13?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "product": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.13?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "product": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.13?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "product": { "name": "fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "product_id": "fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-20.el9_0.13?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "product": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.13?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "product": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.13?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.13?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.13?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "product": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.13?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-20.el9_0.13?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "product": { "name": "fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "product_id": "fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-20.el9_0.13?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "fence-agents-0:4.10.0-20.el9_0.13.src", "product": { "name": "fence-agents-0:4.10.0-20.el9_0.13.src", "product_id": "fence-agents-0:4.10.0-20.el9_0.13.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents@4.10.0-20.el9_0.13?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.13?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "product": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.13?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.13?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.13?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.13?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "product": { "name": "fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "product_id": "fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.13?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "product": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.13?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "product": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.13?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.13.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.13.src" }, "product_reference": "fence-agents-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virt-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.src" }, "product_reference": "fence-agents-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virt-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.src" }, "product_reference": "fence-agents-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.13.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.13.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.13.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.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.13.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.13.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.13.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.13.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.13.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virt-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.13.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.13.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.13.ppc64le" }, "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.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.13.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.13.x86_64" }, "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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.13.src", "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.13.src", "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.13.src", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-09T09:23:57+00:00", "details": "For details on how to apply this update, 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.13.src", "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.13.src", "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.13.src", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4414" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.13.src", "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.13.src", "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.13.src", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.13.src", "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.13.src", "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.13.src", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.13.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.13.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.13.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.13.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" } ] }
rhsa-2024_4404
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of\nModerate. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(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: accepts keys containing non-attribute characters (CVE-2024-34064)", "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-2024:4404", "url": "https://access.redhat.com/errata/RHSA-2024:4404" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_4404.json" } ], "title": "Red Hat Security Advisory: fence-agents bug fix update", "tracking": { "current_release_date": "2024-11-06T06:21:32+00:00", "generator": { "date": "2024-11-06T06:21:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:4404", "initial_release_date": "2024-07-09T08:52:47+00:00", "revision_history": [ { "date": "2024-07-09T08:52:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-07-09T08:52:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:21:32+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 High Availability E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.6::highavailability" } } }, { "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_name", "name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.6::highavailability" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "fence-agents-0:4.2.1-89.el8_6.12.src", "product": { "name": "fence-agents-0:4.2.1-89.el8_6.12.src", "product_id": "fence-agents-0:4.2.1-89.el8_6.12.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents@4.2.1-89.el8_6.12?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "product": { "name": "fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "product_id": "fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-89.el8_6.12?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "product": { "name": "fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "product_id": "fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-89.el8_6.12?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "product": { "name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "product_id": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-89.el8_6.12?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "product": { "name": "fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "product_id": "fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-89.el8_6.12?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "product": { "name": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "product_id": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-89.el8_6.12?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "product": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "product_id": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aliyun-debuginfo@4.2.1-89.el8_6.12?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "product": { "name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "product_id": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-89.el8_6.12?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "product_id": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-89.el8_6.12?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-89.el8_6.12?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "product": { "name": "fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "product_id": "fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.2.1-89.el8_6.12?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-brocade@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-common@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-drac5@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-emerson@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eps@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-lpar@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-mpath@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsa@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsb@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-sbd@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-scsi@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-virsh@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-wti@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aws@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.2.1-89.el8_6.12?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "product": { "name": "fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "product_id": "fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-gce@4.2.1-89.el8_6.12?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le", "product": { "name": "fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le", "product_id": "fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.2.1-89.el8_6.12?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le", "product": { "name": "fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le", "product_id": "fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.2.1-89.el8_6.12?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le", "product": { "name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le", "product_id": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.2.1-89.el8_6.12?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le", "product": { "name": "fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le", "product_id": "fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.2.1-89.el8_6.12?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le", "product": { "name": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le", "product_id": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.2.1-89.el8_6.12?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "product": { "name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "product_id": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.2.1-89.el8_6.12?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "product": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "product_id": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.2.1-89.el8_6.12?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "product_id": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.2.1-89.el8_6.12?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.2.1-89.el8_6.12.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.12.src" }, "product_reference": "fence-agents-0:4.2.1-89.el8_6.12.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.2.1-89.el8_6.12.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.12.src" }, "product_reference": "fence-agents-0:4.2.1-89.el8_6.12.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.2.1-89.el8_6.12.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.12.src" }, "product_reference": "fence-agents-0:4.2.1-89.el8_6.12.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.2.1-89.el8_6.12.src as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.12.src" }, "product_reference": "fence-agents-0:4.2.1-89.el8_6.12.src", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.2.1-89.el8_6.12.src as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.12.src" }, "product_reference": "fence-agents-0:4.2.1-89.el8_6.12.src", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64 as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64" }, "product_reference": "fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.2.1-89.el8_6.12.noarch as a component of Red Hat Enterprise Linux High Availability TUS (v.8.6)", "product_id": "HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch" }, "product_reference": "fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "relates_to_product_reference": "HighAvailability-8.6.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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:fence-agents-0:4.2.1-89.el8_6.12.src", "AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.12.src", "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.12.src", "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.12.src", "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.12.src", "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-07-09T08:52:47+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.12.src", "AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.12.src", "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.12.src", "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.12.src", "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.12.src", "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:4404" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "AppStream-8.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.12.src", "AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.12.src", "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.12.src", "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.12.src", "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.12.src", "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.AUS:fence-agents-0:4.2.1-89.el8_6.12.src", "AppStream-8.6.0.Z.AUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.AUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.AUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.12.src", "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le", "AppStream-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.12.src", "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "AppStream-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "AppStream-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-0:4.2.1-89.el8_6.12.src", "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.ppc64le", "HighAvailability-8.6.0.Z.E4S:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.E4S:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.E4S:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-0:4.2.1-89.el8_6.12.src", "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-aliyun-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-all-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-amt-ws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-apc-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-aws-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-azure-arm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-bladecenter-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-brocade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-mds-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-cisco-ucs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-common-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-compute-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-debugsource-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-drac5-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-eaton-snmp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-emerson-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-eps-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-gce-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-heuristics-ping-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-hpblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-powervs-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ibm-vpc-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ibmblade-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ifmib-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-moonshot-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-mp-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo-ssh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ilo2-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-intelmodular-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ipdu-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-ipmilan-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-kdump-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-kubevirt-debuginfo-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-lpar-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-mpath-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-redfish-0:4.2.1-89.el8_6.12.x86_64", "HighAvailability-8.6.0.Z.TUS:fence-agents-rhevm-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-rsa-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-rsb-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-sbd-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-scsi-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-virsh-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-rest-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-vmware-soap-0:4.2.1-89.el8_6.12.noarch", "HighAvailability-8.6.0.Z.TUS:fence-agents-wti-0:4.2.1-89.el8_6.12.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" } ] }
rhsa-2024_6011
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "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.13.49 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.13.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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.13.49. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2024:6009\n\nSecurity Fix(es):\n\n* jinja2: accepts keys containing non-attribute characters (CVE-2024-34064)\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.13 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.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "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-2024:6011", "url": "https://access.redhat.com/errata/RHSA-2024:6011" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_6011.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.49 packages and security update", "tracking": { "current_release_date": "2024-11-06T06:49:36+00:00", "generator": { "date": "2024-11-06T06:49:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:6011", "initial_release_date": "2024-09-04T08:17:16+00:00", "revision_history": [ { "date": "2024-09-04T08:17:16+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-09-04T08:17:16+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T06:49:36+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.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el9" } } }, { "category": "product_name", "name": "Ironic content for Red Hat OpenShift Container Platform 4.13", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.13::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.src", "product": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.src", "product_id": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.5-21.rhaos4.13.git307b1ea.el8?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.src", "product": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.src", "product_id": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.5-21.rhaos4.13.git307b1ea.el9?arch=src" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.82.1.el9_2.src", "product": { "name": "kernel-0:5.14.0-284.82.1.el9_2.src", "product_id": "kernel-0:5.14.0-284.82.1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.82.1.el9_2?arch=src" } } }, { "category": "product_version", "name": "kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.src", "product": { "name": "kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.src", "product_id": "kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.82.1.rt14.367.el9_2?arch=src" } } }, { "category": "product_version", "name": "runc-4:1.1.13-4.rhaos4.13.el9.src", "product": { "name": "runc-4:1.1.13-4.rhaos4.13.el9.src", "product_id": "runc-4:1.1.13-4.rhaos4.13.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.13-4.rhaos4.13.el9?arch=src\u0026epoch=4" } } }, { "category": "product_version", "name": "python-jinja2-0:3.0.1-3.el9.1.src", "product": { "name": "python-jinja2-0:3.0.1-3.el9.1.src", "product_id": "python-jinja2-0:3.0.1-3.el9.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.0.1-3.el9.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "product": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "product_id": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.5-21.rhaos4.13.git307b1ea.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "product_id": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.5-21.rhaos4.13.git307b1ea.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.5-21.rhaos4.13.git307b1ea.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "product": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "product_id": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.5-21.rhaos4.13.git307b1ea.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "product": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "product_id": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.5-21.rhaos4.13.git307b1ea.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "product": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "product_id": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.5-21.rhaos4.13.git307b1ea.el9?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.82.1.el9_2.x86_64", "product": { "name": "bpftool-0:7.0.0-284.82.1.el9_2.x86_64", "product_id": "bpftool-0:7.0.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-core-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-core-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-debug-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-debug-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-debug-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-debug-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-devel-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-devel-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-headers-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-headers-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-modules-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-modules-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-tools-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-tools-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "perf-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "perf-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "python3-perf-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "python3-perf-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "rtla-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "rtla-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.x86_64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.x86_64", "product_id": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.82.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-debug-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-debug-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-debug-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-debug-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-debug-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-debug-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-debug-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-debug-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-selftests-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-selftests-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-selftests-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-selftests-internal@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.82.1.rt14.367.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "runc-4:1.1.13-4.rhaos4.13.el9.x86_64", "product": { "name": "runc-4:1.1.13-4.rhaos4.13.el9.x86_64", "product_id": "runc-4:1.1.13-4.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.13-4.rhaos4.13.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.x86_64", "product": { "name": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.x86_64", "product_id": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.13-4.rhaos4.13.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.x86_64", "product": { "name": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.x86_64", "product_id": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.13-4.rhaos4.13.el9?arch=x86_64\u0026epoch=4" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "product": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "product_id": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.5-21.rhaos4.13.git307b1ea.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "product_id": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.5-21.rhaos4.13.git307b1ea.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.5-21.rhaos4.13.git307b1ea.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "product": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "product_id": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.5-21.rhaos4.13.git307b1ea.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "product": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "product_id": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.5-21.rhaos4.13.git307b1ea.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "product": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "product_id": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.5-21.rhaos4.13.git307b1ea.el9?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.82.1.el9_2.aarch64", "product": { "name": "bpftool-0:7.0.0-284.82.1.el9_2.aarch64", "product_id": "bpftool-0:7.0.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-core-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-debug-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-modules-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-debug-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-debug-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-headers-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-headers-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-modules-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-modules-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-tools-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-tools-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "perf-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "perf-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "python3-perf-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "python3-perf-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "rtla-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "rtla-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.aarch64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.aarch64", "product_id": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-64k-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-64k-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.82.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "runc-4:1.1.13-4.rhaos4.13.el9.aarch64", "product": { "name": "runc-4:1.1.13-4.rhaos4.13.el9.aarch64", "product_id": "runc-4:1.1.13-4.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.13-4.rhaos4.13.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.aarch64", "product": { "name": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.aarch64", "product_id": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.13-4.rhaos4.13.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.aarch64", "product": { "name": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.aarch64", "product_id": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.13-4.rhaos4.13.el9?arch=aarch64\u0026epoch=4" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "product": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "product_id": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.5-21.rhaos4.13.git307b1ea.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.5-21.rhaos4.13.git307b1ea.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.5-21.rhaos4.13.git307b1ea.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "product": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "product_id": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.5-21.rhaos4.13.git307b1ea.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "product": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "product_id": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.5-21.rhaos4.13.git307b1ea.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "product_id": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.5-21.rhaos4.13.git307b1ea.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.82.1.el9_2.ppc64le", "product": { "name": "bpftool-0:7.0.0-284.82.1.el9_2.ppc64le", "product_id": "bpftool-0:7.0.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-core-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-core-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-debug-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-debug-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-tools-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-tools-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "perf-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "perf-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "python3-perf-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "python3-perf-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "rtla-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "rtla-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.ppc64le", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.ppc64le", "product_id": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product_id": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.82.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "runc-4:1.1.13-4.rhaos4.13.el9.ppc64le", "product": { "name": "runc-4:1.1.13-4.rhaos4.13.el9.ppc64le", "product_id": "runc-4:1.1.13-4.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.13-4.rhaos4.13.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.ppc64le", "product": { "name": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.ppc64le", "product_id": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.13-4.rhaos4.13.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.ppc64le", "product": { "name": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.ppc64le", "product_id": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.13-4.rhaos4.13.el9?arch=ppc64le\u0026epoch=4" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "product": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "product_id": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.5-21.rhaos4.13.git307b1ea.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "product_id": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.5-21.rhaos4.13.git307b1ea.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "product_id": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.5-21.rhaos4.13.git307b1ea.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "product": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "product_id": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.26.5-21.rhaos4.13.git307b1ea.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "product": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "product_id": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.26.5-21.rhaos4.13.git307b1ea.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "product": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "product_id": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.26.5-21.rhaos4.13.git307b1ea.el9?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-0:7.0.0-284.82.1.el9_2.s390x", "product": { "name": "bpftool-0:7.0.0-284.82.1.el9_2.s390x", "product_id": "bpftool-0:7.0.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-core-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-core-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-debug-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-debug-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-devel-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-devel-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-headers-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-headers-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-modules-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-modules-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-tools-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-tools-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-zfcpdump-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-core-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-zfcpdump-core-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "perf-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "perf-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "python3-perf-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "python3-perf-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "rtla-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "rtla-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.s390x", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.s390x", "product_id": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product_id": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.82.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "runc-4:1.1.13-4.rhaos4.13.el9.s390x", "product": { "name": "runc-4:1.1.13-4.rhaos4.13.el9.s390x", "product_id": "runc-4:1.1.13-4.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc@1.1.13-4.rhaos4.13.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.s390x", "product": { "name": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.s390x", "product_id": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debugsource@1.1.13-4.rhaos4.13.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.s390x", "product": { "name": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.s390x", "product_id": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/runc-debuginfo@1.1.13-4.rhaos4.13.el9?arch=s390x\u0026epoch=4" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-stablelists-0:5.14.0-284.82.1.el9_2.noarch", "product": { "name": "kernel-abi-stablelists-0:5.14.0-284.82.1.el9_2.noarch", "product_id": "kernel-abi-stablelists-0:5.14.0-284.82.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.82.1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:5.14.0-284.82.1.el9_2.noarch", "product": { "name": "kernel-doc-0:5.14.0-284.82.1.el9_2.noarch", "product_id": "kernel-doc-0:5.14.0-284.82.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.82.1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "product": { "name": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "product_id": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.0.1-3.el9.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64" }, "product_reference": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le" }, "product_reference": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x" }, "product_reference": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.src" }, "product_reference": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64" }, "product_reference": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.aarch64" }, "product_reference": "bpftool-0:7.0.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.ppc64le" }, "product_reference": "bpftool-0:7.0.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.s390x" }, "product_reference": "bpftool-0:7.0.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:7.0.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.x86_64" }, "product_reference": "bpftool-0:7.0.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.s390x" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64" }, "product_reference": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le" }, "product_reference": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x" }, "product_reference": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.src" }, "product_reference": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64" }, "product_reference": "cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x" }, "product_reference": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64" }, "product_reference": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x" }, "product_reference": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64" }, "product_reference": "cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.82.1.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.src" }, "product_reference": "kernel-0:5.14.0-284.82.1.el9_2.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-core-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-core-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-core-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-64k-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-stablelists-0:5.14.0-284.82.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.82.1.el9_2.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-284.82.1.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-core-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-core-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-core-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-debug-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-devel-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:5.14.0-284.82.1.el9_2.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.82.1.el9_2.noarch" }, "product_reference": "kernel-doc-0:5.14.0-284.82.1.el9_2.noarch", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-headers-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-modules-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.src" }, "product_reference": "kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-selftests-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64" }, "product_reference": "kernel-rt-selftests-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-tools-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-core-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-internal-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-zfcpdump-modules-partner-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "perf-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "perf-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "perf-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "perf-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "python3-perf-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "python3-perf-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "python3-perf-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.82.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.aarch64" }, "product_reference": "rtla-0:5.14.0-284.82.1.el9_2.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.82.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.ppc64le" }, "product_reference": "rtla-0:5.14.0-284.82.1.el9_2.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.82.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.s390x" }, "product_reference": "rtla-0:5.14.0-284.82.1.el9_2.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "rtla-0:5.14.0-284.82.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.x86_64" }, "product_reference": "rtla-0:5.14.0-284.82.1.el9_2.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-4:1.1.13-4.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.aarch64" }, "product_reference": "runc-4:1.1.13-4.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-4:1.1.13-4.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.ppc64le" }, "product_reference": "runc-4:1.1.13-4.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-4:1.1.13-4.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.s390x" }, "product_reference": "runc-4:1.1.13-4.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-4:1.1.13-4.rhaos4.13.el9.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.src" }, "product_reference": "runc-4:1.1.13-4.rhaos4.13.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-4:1.1.13-4.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.x86_64" }, "product_reference": "runc-4:1.1.13-4.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.aarch64" }, "product_reference": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.ppc64le" }, "product_reference": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.s390x" }, "product_reference": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.x86_64" }, "product_reference": "runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.aarch64" }, "product_reference": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.ppc64le" }, "product_reference": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.s390x as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.s390x" }, "product_reference": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.x86_64" }, "product_reference": "runc-debugsource-4:1.1.13-4.rhaos4.13.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.0.1-3.el9.1.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:python-jinja2-0:3.0.1-3.el9.1.src" }, "product_reference": "python-jinja2-0:3.0.1-3.el9.1.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.0.1-3.el9.1.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:python3-jinja2-0:3.0.1-3.el9.1.noarch" }, "product_reference": "python3-jinja2-0:3.0.1-3.el9.1.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-34064", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-05-07T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.82.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.82.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.src", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2279476" } ], "notes": [ { "category": "description", "text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe. This vulnerability is fixed in 3.1.4.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: accepts keys containing non-attribute characters", "title": "Vulnerability summary" }, { "category": "other", "text": "The fix for CVE-2024-22195 only addressed spaces, not other characters. Accepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.\n\nFence agents on RHEL 8 has been fixed as a part of https://access.redhat.com/errata/RHBA-2024:4238", "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-IRONIC-4.13:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.13:python3-jinja2-0:3.0.1-3.el9.1.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.82.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.82.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.src", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-34064" }, { "category": "external", "summary": "RHBZ#2279476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2279476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-34064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-34064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" } ], "release_date": "2024-05-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-09-04T08:17:16+00:00", "details": "For OpenShift Container Platform 4.13 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.13/release_notes/ocp-4-13-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.13:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.13:python3-jinja2-0:3.0.1-3.el9.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:6011" }, { "category": "workaround", "details": "Do not accept user input as keys to the xmlattr filter without validation. See the statement above for more information.", "product_ids": [ "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.src", "8Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "8Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.aarch64", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.ppc64le", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.s390x", "8Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el8.x86_64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-0:7.0.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:bpftool-debuginfo-0:7.0.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.src", "9Base-RHOSE-4.13:cri-o-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "9Base-RHOSE-4.13:cri-o-debuginfo-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.aarch64", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.ppc64le", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.s390x", "9Base-RHOSE-4.13:cri-o-debugsource-0:1.26.5-21.rhaos4.13.git307b1ea.el9.x86_64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.src", "9Base-RHOSE-4.13:kernel-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-64k-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-64k-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-abi-stablelists-0:5.14.0-284.82.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-core-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-cross-headers-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-core-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debug-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debug-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-debuginfo-common-aarch64-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-debuginfo-common-ppc64le-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-debuginfo-common-s390x-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-debuginfo-common-x86_64-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-devel-matched-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-doc-0:5.14.0-284.82.1.el9_2.noarch", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-headers-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-ipaclones-internal-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-core-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-extra-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-internal-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-modules-partner-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.src", "9Base-RHOSE-4.13:kernel-rt-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debug-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-devel-matched-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-kvm-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-core-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-extra-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-modules-partner-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-rt-selftests-internal-0:5.14.0-284.82.1.rt14.367.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-selftests-internal-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-tools-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:kernel-tools-libs-devel-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-uki-virt-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:kernel-zfcpdump-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-devel-matched-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-core-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-extra-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-internal-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:kernel-zfcpdump-modules-partner-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:python3-perf-debuginfo-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.aarch64", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.ppc64le", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.s390x", "9Base-RHOSE-4.13:rtla-0:5.14.0-284.82.1.el9_2.x86_64", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.src", "9Base-RHOSE-4.13:runc-4:1.1.13-4.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:runc-debuginfo-4:1.1.13-4.rhaos4.13.el9.x86_64", "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.aarch64", "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.ppc64le", "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.s390x", "9Base-RHOSE-4.13:runc-debugsource-4:1.1.13-4.rhaos4.13.el9.x86_64", "9Base-RHOSE-IRONIC-4.13:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.13:python3-jinja2-0:3.0.1-3.el9.1.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "9Base-RHOSE-IRONIC-4.13:python-jinja2-0:3.0.1-3.el9.1.src", "9Base-RHOSE-IRONIC-4.13:python3-jinja2-0:3.0.1-3.el9.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: accepts keys containing non-attribute characters" } ] }
ghsa-h75v-3vvj-5mfj
Vulnerability from github
The xmlattr
filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, /
, >
, or =
, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for the previous GHSA-h5c8-rqwp-cp95 CVE-2024-22195 only addressed spaces but not other characters.
Accepting keys as user input is now explicitly considered an unintended use case of the xmlattr
filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting values as user input continues to be safe.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "Jinja2" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "3.1.4" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-34064" ], "database_specific": { "cwe_ids": [ "CWE-79" ], "github_reviewed": true, "github_reviewed_at": "2024-05-06T14:20:59Z", "nvd_published_at": "2024-05-06T15:15:23Z", "severity": "MODERATE" }, "details": "The `xmlattr` filter in affected versions of Jinja accepts keys containing non-attribute characters. XML/HTML attributes cannot contain spaces, `/`, `\u003e`, or `=`, as each would then be interpreted as starting a separate attribute. If an application accepts keys (as opposed to only values) as user input, and renders these in pages that other users see as well, an attacker could use this to inject other attributes and perform XSS. The fix for the previous GHSA-h5c8-rqwp-cp95 CVE-2024-22195 only addressed spaces but not other characters.\n\nAccepting keys as user input is now explicitly considered an unintended use case of the `xmlattr` filter, and code that does so without otherwise validating the input should be flagged as insecure, regardless of Jinja version. Accepting _values_ as user input continues to be safe.", "id": "GHSA-h75v-3vvj-5mfj", "modified": "2024-06-10T18:30:57Z", "published": "2024-05-06T14:20:59Z", "references": [ { "type": "WEB", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-h75v-3vvj-5mfj" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34064" }, { "type": "WEB", "url": "https://github.com/pallets/jinja/commit/0668239dc6b44ef38e7a6c9f91f312fd4ca581cb" }, { "type": "PACKAGE", "url": "https://github.com/pallets/jinja" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/567XIGSZMABG6TSMYWD7MIYNJSUQQRUC" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GCLF44KY43BSVMTE6S53B4V5WP3FRRSE" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SSCBHIL6BYKR5NRCBXP4XMP2CEEKGFVS" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZALNWE3TXPPHVPSI3AZ5CTMSTAVN5UMS" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "Jinja vulnerable to HTML attribute injection when passing user input as keys to xmlattr filter" }
wid-sec-w-2024-1328
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "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 Angreifer kann mehrere Schwachstellen in Red Hat Ansible Automation Platform ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Denial-of-Service-Zustand erzeugen, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\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-2024-1328 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1328.json" }, { "category": "self", "summary": "WID-SEC-2024-1328 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1328" }, { "category": "external", "summary": "RedHat Security Advisory vom 2024-06-10", "url": "https://access.redhat.com/errata/RHSA-2024:3781" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3820 vom 2024-06-11", "url": "https://access.redhat.com/errata/RHSA-2024:3820" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3713 vom 2024-06-12", "url": "https://access.redhat.com/errata/RHSA-2024:3713" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3811 vom 2024-06-11", "url": "https://access.redhat.com/errata/RHSA-2024:3811" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:3795 vom 2024-06-11", "url": "https://access.redhat.com/errata/RHSA-2024:3795" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-3820 vom 2024-06-12", "url": "https://linux.oracle.com/errata/ELSA-2024-3820.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-EPEL-2024-F52B6219CA vom 2024-06-13", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-f52b6219ca" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:3820 vom 2024-06-14", "url": "https://errata.build.resf.org/RLSA-2024:3820" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2068-1 vom 2024-06-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018734.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2182-1 vom 2024-06-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-June/018806.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-644 vom 2024-07-02", "url": "https://alas.aws.amazon.com/AL2023/ALAS-2024-644.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2024-645 vom 2024-07-02", "url": "https://alas.aws.amazon.com/AL2023/ALAS-2024-645.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4231 vom 2024-07-03", "url": "https://access.redhat.com/errata/RHSA-2024:4231" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4227 vom 2024-07-03", "url": "https://access.redhat.com/errata/RHSA-2024:4227" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4227 vom 2024-07-03", "url": "https://linux.oracle.com/errata/ELSA-2024-4227.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-4231 vom 2024-07-03", "url": "https://linux.oracle.com/errata/ELSA-2024-4231.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4404 vom 2024-07-09", "url": "https://access.redhat.com/errata/RHSA-2024:4404" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4414 vom 2024-07-09", "url": "https://access.redhat.com/errata/RHSA-2024:4414" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4427 vom 2024-07-09", "url": "https://access.redhat.com/errata/RHSA-2024:4427" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4522 vom 2024-07-12", "url": "https://access.redhat.com/errata/RHSA-2024:4522" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2481-1 vom 2024-07-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018968.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2481-1 vom 2024-07-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018973.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:2481-1 vom 2024-07-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018969.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:4227 vom 2024-07-15", "url": "https://errata.build.resf.org/RLSA-2024:4227" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:4231 vom 2024-07-15", "url": "https://errata.build.resf.org/RLSA-2024:4231" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:4616 vom 2024-07-25", "url": "https://access.redhat.com/errata/RHSA-2024:4616" } ], "source_lang": "en-US", "title": "Red Hat Ansible Automation Platform: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-07-24T22:00:00.000+00:00", "generator": { "date": "2024-07-25T08:33:09.940+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2024-1328", "initial_release_date": "2024-06-10T22:00:00.000+00:00", "revision_history": [ { "date": "2024-06-10T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-06-11T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-06-13T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2024-06-16T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-06-18T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-06-24T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-07-01T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2024-07-02T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" }, { "date": "2024-07-03T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-07-09T22:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-11T22:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-07-15T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von SUSE und Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-07-24T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "13" } }, "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": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "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_range", "name": "\u003c2.4", "product": { "name": "Red Hat Ansible Automation Platform \u003c2.4", "product_id": "T035285", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.4" } } } ], "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:-" } } } ], "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" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-45288", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-45288" }, { "cve": "CVE-2023-45290", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-45290" }, { "cve": "CVE-2023-49083", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-49083" }, { "cve": "CVE-2023-50447", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-50447" }, { "cve": "CVE-2023-5752", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2023-5752" }, { "cve": "CVE-2024-1135", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-1135" }, { "cve": "CVE-2024-21503", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-21503" }, { "cve": "CVE-2024-24783", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-24783" }, { "cve": "CVE-2024-26130", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-26130" }, { "cve": "CVE-2024-27306", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-27306" }, { "cve": "CVE-2024-27351", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-27351" }, { "cve": "CVE-2024-28219", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-28219" }, { "cve": "CVE-2024-28849", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-28849" }, { "cve": "CVE-2024-30251", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-30251" }, { "cve": "CVE-2024-32879", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-32879" }, { "cve": "CVE-2024-34064", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-34064" }, { "cve": "CVE-2024-35195", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-35195" }, { "cve": "CVE-2024-3651", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-3651" }, { "cve": "CVE-2024-3772", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-3772" }, { "cve": "CVE-2024-4340", "notes": [ { "category": "description", "text": "In Red Hat Ansible Automation Platform existieren mehrere Schwachstellen. Diese Fehler bestehen in verschiedenen Komponenten wie Pillow, Truncator.words, Gunicorn und in vielen Python-Komponenten aufgrund mehrerer sicherheitsrelevanter Probleme. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuf\u00fchren, einen Denial-of-Service-Zustand herbeizuf\u00fchren, vertrauliche Informationen offenzulegen, Sicherheitsma\u00dfnahmen zu umgehen, Dateien zu manipulieren oder Cross-Site-Scripting (XSS)-Angriffe durchzuf\u00fchren. Einige dieser Schwachstellen erfordern eine Benutzerinteraktion, um erfolgreich ausgenutzt zu werden." } ], "product_status": { "known_affected": [ "T002207", "67646", "398363", "T004914", "T032255", "74185" ] }, "release_date": "2024-06-10T22:00:00Z", "title": "CVE-2024-4340" } ] }
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- 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.